Switched scratchpad key combo
This commit is contained in:
parent
24f0bd007b
commit
b0288b2a31
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue