diff --git a/.config/i3/config.base b/.config/i3/config.base index 3aefbae..99d6850 100644 --- a/.config/i3/config.base +++ b/.config/i3/config.base @@ -149,9 +149,10 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86AudioPrev exec --no-startup-id playerctl previous # Scratchpad -# $mod+` (backtick) -bindsym $mod+grave move scratchpad -bindsym $mod+Shift+grave scratchpad show +# $mod+` (backtick) toggles through scratchpad windows +bindsym $mod+grave scratchpad show +# $mod+Shift+` (backtick) sends currently focussed window to scratchpad +bindsym $mod+Shift+grave move scratchpad # Calculator: Launch into scratchpad on start for_window [class="Qalculate-gtk"] floating enable