diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index b7fd787..c27ed6c 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -252,7 +252,7 @@ in
             bind = [
               "$mainMod, Q, exec, $terminal"
               "$mainMod, C, killactive,"
-              "$mainMod, M, exit,"
+              "$mainMod CTRL SHIFT, M, exit,"
               "$mainMod, E, exec, $fileManager"
               "$mainMod, V, togglefloating,"
               "$mainMod, R, exec, $menu"