From 0f4249c84402d6763b66d42a1600a08d065a4401 Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 26 Jan 2025 14:36:15 +0100 Subject: [PATCH] Fix scratchpad keybindings When they were introduced due to the switch to sway, they conflicted with the workspace setup. --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 11cf6fe..0f2afed 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -65,11 +65,11 @@ bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. # You can send windows there and get them back later. # Move the currently focused window to the scratchpad -bindsym $mod+Shift+minus move scratchpad +bindsym $mod+delete move scratchpad # Show the next scratchpad window or hide the focused scratchpad window. # If there are multiple scratchpad windows, this command cycles through them. -bindsym $mod+minus scratchpad show +bindsym $mod+insert scratchpad show # # Moving around: