Refresh example sxhkdrc

This commit is contained in:
Bastien Dejean 2013-06-28 13:42:22 +02:00
parent 216c2b7f68
commit 5f9ec3bae0

View file

@ -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}