This commit is contained in:
Filippo Berto 2022-05-09 12:11:50 +02:00
parent d81dd704a5
commit ad7c8d80b7
7 changed files with 36 additions and 10 deletions

View file

@ -40,7 +40,8 @@
"super + {h,j,k,l}" = "bspc node -f {west,south,north,east}";
"super + shift + {h,j,k,l}" = ''dir={west,south,north,east}; bspc node -s "$dir.local" --follow || bspc node -m "$dir" --follow'';
"super + {_,shift + }w" = "bspc node -{c,k}";
"super + @space" = "rofi -show drun";
"super + {_,shift + }@space " = "rofi -show {drun,run}";
"alt + Tab" = "rofi -show window";
"super + {t,shift + t,s,f}" = "bspc node -t {tiled,pseudo_tiled,floating,fullscreen}";
"super + y" = "bspc node newest.marked.local -n newest.!automatic.local";
"{XF86AudioLowerVolume,XF86AudioMute,XF86AudioRaiseVolume}" = "${pulseaudio-ctl} {down,mute,up}";