diff options
Diffstat (limited to 'home/profiles/gui/config')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index 9ed7f6c..5577baf 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -156,6 +156,9 @@ with neotheme.colors; # Toggle waybar bindsym $mod+b exec pkill -USR1 waybar + # Idle + bindsym $mod+Ctrl+q exec pkill -USR1 swayidle + # Exit bindsym $mod+Shift+q exec swaynag -t warning -m 'Do you really want to exit sway?' -b 'Yes, exit sway' 'swaymsg exit' |