From 2613fb6ef68ca60f58218d156eb52fc04973b9b1 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 4 Sep 2024 20:46:04 +0900 Subject: fix(home/gui): sway: always bring scratchpad to the front * fixes the scratchpad being hidden by floating windows --- home/profiles/gui/config/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/gui/config/sway.nix') diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index 09e667a..cf8bc7a 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -73,7 +73,7 @@ in bindsym $mod+Shift+f move position center # scratchpad - bindsym $mod+grave scratchpad show + bindsym $mod+grave scratchpad show; focus bindsym $mod+shift+grave move scratchpad # kill focused -- cgit 1.4.1