Browse Source

added alt+tab for node switching

master
Marc 4 years ago
parent
commit
bb34f79c7a
1 changed files with 3 additions and 0 deletions
  1. 3
      .config/sxhkd/sxhkdrc

3
.config/sxhkd/sxhkdrc

@ -109,6 +109,9 @@ super + {p,b,comma,period}
super + {_,shift + }c
bspc node -f {next,prev}.local
alt + {_,shift + }Tab
bspc node -f {next,prev}.local
# focus the next/previous desktop in the current monitor
super + bracket{left,right}
bspc desktop -f {prev,next}.local

Loading…
Cancel
Save