diff --git a/conf.d/key_bindings.conf b/conf.d/key_bindings.conf index 931db64..4356d88 100644 --- a/conf.d/key_bindings.conf +++ b/conf.d/key_bindings.conf @@ -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