fixed pause keybinds

This commit is contained in:
ISnortPennies 2022-09-08 21:15:13 -04:00
parent c1254ab8f9
commit 1463d0fc8b

View file

@ -26,8 +26,8 @@
"super + alt + {h,j,k,l}" = "bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}"; "super + alt + {h,j,k,l}" = "bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}";
"super + alt + shift + {h,j,k,l}" ="bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}"; "super + alt + shift + {h,j,k,l}" ="bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}";
"super + {Left,Down,Up,Right}" = "bspc node -v {-20 0,0 20,0 -20,20 0}"; "super + {Left,Down,Up,Right}" = "bspc node -v {-20 0,0 20,0 -20,20 0}";
"XF86AudioPlay" = "playerctl play"; "XF86AudioPlay" = "playerctl play-pause";
"XF86AudioPause" = "playerctl pause"; "XF86AudioPause" = "playerctl play-pause";
"XF86AudioNext" = "playerctl next"; "XF86AudioNext" = "playerctl next";
"XF86AudioPrev" = "playerctl previous"; "XF86AudioPrev" = "playerctl previous";
"alt + Tab" = "bash ~/.config/rofi/window-switcher/window-switcher.sh"; "alt + Tab" = "bash ~/.config/rofi/window-switcher/window-switcher.sh";