Added shortcut to show/hide Spotify in the scratchpad
This commit is contained in:
parent
a7fd4d6e1f
commit
f35866f82c
|
@ -162,3 +162,6 @@ exec qalculate-gtk
|
||||||
bindsym $mod+c [class="Qalculate-gtk"] scratchpad show
|
bindsym $mod+c [class="Qalculate-gtk"] scratchpad show
|
||||||
# $mod+Alt+c moves calculator back to scratchpad regardless of position/focus
|
# $mod+Alt+c moves calculator back to scratchpad regardless of position/focus
|
||||||
bindsym $mod+Mod1+c [class="Qalculate-gtk"] scratchpad show
|
bindsym $mod+Mod1+c [class="Qalculate-gtk"] scratchpad show
|
||||||
|
|
||||||
|
# XF86Tools moves Spotify in and out of scratchpad
|
||||||
|
bindsym XF86Tools [class="Spotify"] scratchpad show
|
||||||
|
|
Loading…
Reference in New Issue