From 605f027fa4a39926cc5b088070850189a0f8ab2d Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Fri, 24 Oct 2025 22:43:01 +0900 Subject: [PATCH] feat(hyprland): remove exit keybind --- home/modules/graphical/hyprland.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/modules/graphical/hyprland.nix b/home/modules/graphical/hyprland.nix index 580a345..d40e25b 100644 --- a/home/modules/graphical/hyprland.nix +++ b/home/modules/graphical/hyprland.nix @@ -26,7 +26,6 @@ bind = [ "$mod, Q, exec, $terminal" "$mod, C, killactive" - "$mod, M, exit" "$mod, E, exec, $fileManager" "$mod, R, exec, $menu" "$mod, Y, togglesplit"