feat: updates to make it work

This commit is contained in:
2026-06-14 20:42:49 +02:00
parent dce3c77a29
commit fab293438e
26 changed files with 163 additions and 101 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ local function exit_submap()
hl.dispatch(hl.dsp.submap("reset"))
end
hl.bind("Super + Q", hl.dsp.exit())
hl.bind("SUPER + Q", hl.dsp.exit())
hl.define_submap("window", function()
hl.bind("x", function()
@@ -30,7 +30,7 @@ hl.define_submap("window", function()
exit_submap()
end)
hl.bind("Shift + K", function()
hl.bind("SHIFT + K", function()
hl.dispatch(hl.dsp.exec_cmd("notify-send 'Insta-Kill activated' --app-name='Hyprtclt'"))
hl.dispatch(hl.dsp.exec_cmd("hyprctl kill"))
exit_submap()