diff --git a/sxhkdrc.bspwm b/sxhkdrc.bspwm index 1fcc18d..132583d 100644 --- a/sxhkdrc.bspwm +++ b/sxhkdrc.bspwm @@ -49,6 +49,10 @@ super + s # focus/swap # +# Focus the next/previous node in the current desktop: +super + bracket{left,right} + bspc node -f {next,prev}.local + # focus the node in the given direction super + {_,shift + }{h,j,k,l} bspc node -{f,s} {west,south,north,east} @@ -66,7 +70,7 @@ super + Prior # bspc node -f {next,prev}.local focus the next/previous desktop in the current monitor -super + bracket{left,right} +super + ctrl + bracket{left,right} bspc desktop -f {prev,next}.local # focus the last node/desktop