From b73b56a4f12e4ce29cfa10899e66a560c50c27e9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Aug 2023 12:54:48 +0900 Subject: feat(gui/sway): Mod+Ctrl+q to enter idle state --- home/profiles/gui/config/sway.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home') 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' -- cgit 1.4.1