mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Refresh example sxhkdrc
This commit is contained in:
parent
216c2b7f68
commit
5f9ec3bae0
1 changed files with 6 additions and 1 deletions
|
@ -24,8 +24,10 @@ super + apostrophe
|
|||
bspc swap
|
||||
|
||||
super + m
|
||||
cur=$(xdo id); \
|
||||
wid=$(bspc biggest); \
|
||||
[ -n "$wid" ] && xdo activate $wid && bspc swap
|
||||
[ -n "$wid" -a "$cur" != "$wid" ] && \
|
||||
xdo activate $wid && bspc swap
|
||||
|
||||
super + {_,shift + }{h,j,k,l}
|
||||
bspc {focus,shift} {left,down,up,right}
|
||||
|
@ -42,6 +44,9 @@ super + bracket{left,right}
|
|||
super + ctrl + {h,j,k,l}
|
||||
bspc presel {left,down,up,right}
|
||||
|
||||
super + ctrl + {_,shift + }space
|
||||
bspc cancel{_, --all }
|
||||
|
||||
super + alt + {h,j,k,l}
|
||||
bspc push {left,down,up,right}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue