Restrain cycling in the example sxhkdrc

Fixes #565.
This commit is contained in:
Bastien Dejean 2016-11-12 10:33:19 +01:00
parent 68ecbc4838
commit a4574745e0

View file

@ -62,13 +62,13 @@ super + {_,shift + }{h,j,k,l}
super + {p,b,comma,period}
bspc node -f @{parent,brother,first,second}
# focus the next/previous node
# focus the next/previous node in the current desktop
super + {_,shift + }c
bspc node -f {next,prev}
bspc node -f {next,prev}.local
# focus the next/previous desktop
# focus the next/previous desktop in the current monitor
super + bracket{left,right}
bspc desktop -f {prev,next}
bspc desktop -f {prev,next}.local
# focus the last node/desktop
super + {grave,Tab}