aboutsummaryrefslogtreecommitdiff
path: root/bspwm/.config/sxhkd
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm/.config/sxhkd')
-rw-r--r--bspwm/.config/sxhkd/sxhkdrc_bspwm6
1 files changed, 3 insertions, 3 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc_bspwm b/bspwm/.config/sxhkd/sxhkdrc_bspwm
index df43c44..8b4bd17 100644
--- a/bspwm/.config/sxhkd/sxhkdrc_bspwm
+++ b/bspwm/.config/sxhkd/sxhkdrc_bspwm
@@ -18,13 +18,13 @@ alt + {t,shift + t,shift + f,f}
alt + {Escape,semicolon}
bspc desktop -f {prev,next}.occupied
-# focus the node in the given direction
+# focus/swap the node in the given direction
alt + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
# focus the next/previous window in the current desktop
-alt + super + {j,k}
- bspc node -f {prev,next}.local
+alt + {_,shift} + n
+ bspc node -f {next,prev}.local
# expand a window by moving one of its side outward
alt + ctrl + {h,j,k,l}