From 5e9fb90205336ded39998e9739ce7e900a47d888 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 14 Apr 2023 12:20:21 -0400 Subject: [PATCH] add scratchpad bindings --- conf.d/key_bindings.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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