aboutsummaryrefslogtreecommitdiff
path: root/modules/sway/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sway/default.nix')
-rw-r--r--modules/sway/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sway/default.nix b/modules/sway/default.nix
index 5d81354..3027bad 100644
--- a/modules/sway/default.nix
+++ b/modules/sway/default.nix
@@ -183,7 +183,7 @@ in
"${modifier}+Shift+c" = "kill";
"${modifier}+Shift+r" = "reload";
- "${modifier}+Shift+q" = "exec swaynag -t warning -m 'do you really want to exit?' -B 'yes, exit' 'exit-sway'";
+ "${modifier}+Shift+q" = "exec swaynag -t warning -m 'do you really want to exit?' -B 'yes, exit' 'swaymsg exit'";
"${modifier}+${left}" = "focus left";
"${modifier}+${down}" = "focus down";