aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-09-20 14:43:49 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-09-20 14:43:49 +0200
commita8a4c823054a306d65fb1b97588b9f624bee7c59 (patch)
treed11df8f5fe981f94f428fc8b7494134c4598cca2
parentf154d3f778214e5cca7f2e6fb9412184b57edf04 (diff)
downloadconfigs-a8a4c823054a306d65fb1b97588b9f624bee7c59.tar.gz
configs-a8a4c823054a306d65fb1b97588b9f624bee7c59.zip
Swap sxhkd binding now also moves windows in bspwm.
-rw-r--r--stow/sxhkd/.config/sxhkd/sxhkdrcbspc4
1 files changed, 2 insertions, 2 deletions
diff --git a/stow/sxhkd/.config/sxhkd/sxhkdrcbspc b/stow/sxhkd/.config/sxhkd/sxhkdrcbspc
index 46ae5ee..50c7f2c 100644
--- a/stow/sxhkd/.config/sxhkd/sxhkdrcbspc
+++ b/stow/sxhkd/.config/sxhkd/sxhkdrcbspc
@@ -37,9 +37,9 @@ super + shift + {0-9}
super + {h,j,k,l}
bspcDirectionFocus.sh {west,south,north,east}
-# Swap node with adjacent node
+# Swap node with adjacent node or move it if floating
super + shift + {h,j,k,l}
- bspc node --swap {west,south,north,east}
+ bspcSwapOrMove.sh {h,j,k,l}
# Resize node
super + alt + {h,j,k,l}