add scratchpad bindings
This commit is contained in:
parent
cd95d1083e
commit
5e9fb90205
1 changed files with 6 additions and 1 deletions
|
@ -17,7 +17,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
|||
bindsym XF86AudioPause exec --no-startup-id mpc toggle
|
||||
|
||||
#Bind media player buttons
|
||||
bindsym XF86AudioPlay exec "~/bin/mediakeys.sh play-pause";
|
||||
bindsym XF86AudioPlay exec "~/bin/mediakeys.sh play-pause"
|
||||
bindsym XF86AudioStop exec "~/bin/mediakeys.sh stop";
|
||||
bindsym XF86AudioPrev exec "~/bin/mediakeys.sh previous";
|
||||
bindsym XF86AudioNext exec "~/bin/mediakeys.sh next";
|
||||
|
@ -93,3 +93,8 @@ bindsym $mod+Shift+7 move container to workspace number $ws7
|
|||
bindsym $mod+Shift+8 move container to workspace number $ws8
|
||||
bindsym $mod+Shift+9 move container to workspace number $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
|
||||
# scratchpad
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
bindsym $mod+minus scratchpad show
|
||||
bindsym $mod+plus floating toggle
|
||||
|
|
Loading…
Reference in a new issue