fix: remove accidental exit hyprland bind

This commit is contained in:
2026-06-15 08:51:19 +02:00
parent fab293438e
commit bd10041d28
-2
View File
@@ -2,8 +2,6 @@ local function exit_submap()
hl.dispatch(hl.dsp.submap("reset")) hl.dispatch(hl.dsp.submap("reset"))
end end
hl.bind("SUPER + Q", hl.dsp.exit())
hl.define_submap("window", function() hl.define_submap("window", function()
hl.bind("x", function() hl.bind("x", function()
hl.dispatch(hl.dsp.exit()) hl.dispatch(hl.dsp.exit())