diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5e99006..acf3fce 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -96,9 +96,9 @@ super + {_,shift + }c super + bracket{left,right} bspc desktop -f {prev,next}.local -# focus the last node/desktop -super + {grave,Tab} - bspc {node,desktop} -f last +# Focus the next/previous node in the current desktop: +super + Tab + bspc node -f {next,prev}.local # focus the older or newer node in the focus history super + {o,i} |