zathura
This commit is contained in:
parent
d81dd704a5
commit
ad7c8d80b7
7 changed files with 36 additions and 10 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue