about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/gui/config/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix
index 3f7307d..e5ea357 100644
--- a/home/profiles/gui/config/sway.nix
+++ b/home/profiles/gui/config/sway.nix
@@ -167,7 +167,7 @@ in
   bindsym $mod+q exec loginctl lock-session
   bindsym $mod+Shift+q exec swaynag -t warning -m 'Do you really want to exit sway?' -b 'Yes, exit sway' 'swaymsg exit'
   bindsym --locked $mod+Shift+q exec loginctl terminate-session self
-  bindsym --locked $mod+Ctrl+q exec pkill -USR1 swayidle
+  bindsym --locked $mod+Ctrl+q exec systemctl suspend
 
   # Power
   bindsym XF86PowerOff exec swaynag -t error -m 'Confirm poweroff?' -b 'Confirm' 'shutdown now'