diff options
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 0624011..39b71a7 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -98,9 +98,9 @@ super + {_,shift + }{Left,Down,Up,Right} # super + {p,b,comma,period} # bspc node -f @{parent,brother,first,second} -# focus the next/previous node in the active desktop +# focus the next/previous node in the local desktop super + {n,p} - bspc node -f {next.active,prev.active} + bspc node -f {next.local,prev.local} # focus the next/previous desktop super + bracket{left,right} |