From 1c117e0880fc502b2bb06f978a99a873c3d4b562 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 12 May 2026 10:34:59 +0200 Subject: [PATCH] add example keybind for editing user keybinds --- dots/.config/hypr/custom/keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/hypr/custom/keybinds.lua b/dots/.config/hypr/custom/keybinds.lua index 8b1378917..e853b96d6 100644 --- a/dots/.config/hypr/custom/keybinds.lua +++ b/dots/.config/hypr/custom/keybinds.lua @@ -1 +1 @@ - +hl.bind("CTRL+SUPER+ALT+Slash", hl.dsp.exec_cmd("xdg-open ~/.config/hypr/custom/keybinds.lua"), {description = "Edit user keybinds"} )