From bd10041d28194a314a13bcb280bf1ca350057ca1 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 15 Jun 2026 08:51:19 +0200 Subject: [PATCH] fix: remove accidental exit hyprland bind --- config/hypr/hyprland/binds/window.lua | 2 -- 1 file changed, 2 deletions(-) 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())