diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8aa47b9b..d5eeafe8 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -56,6 +56,14 @@ alt + {p,b,comma,period} alt + {_,shift + }n bspc node -f {next,prev}.local +# focus the next/previous floating node in the current desktop +alt + {_, shift + }space + bspc node -f {next,prev}.floating.local + +# focus the next/previous tiled node in the current desktop +alt + ctrl + {_, shift + }space + bspc node -f {next,prev}.tiled.local + # focus the next/previous desktop in the current monitor alt + bracket{left,right} bspc desktop -f {prev,next}.local