diff --git a/config/hypr/hyprland/binds/window.lua b/config/hypr/hyprland/binds/window.lua index b84e18d..cb99cc6 100644 --- a/config/hypr/hyprland/binds/window.lua +++ b/config/hypr/hyprland/binds/window.lua @@ -2,8 +2,6 @@ local function exit_submap() hl.dispatch(hl.dsp.submap("reset")) end -hl.bind("SUPER + Q", hl.dsp.exit()) - hl.define_submap("window", function() hl.bind("x", function() hl.dispatch(hl.dsp.exit())