diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2022-09-20 14:43:49 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2022-09-20 14:43:49 +0200 |
commit | a8a4c823054a306d65fb1b97588b9f624bee7c59 (patch) | |
tree | d11df8f5fe981f94f428fc8b7494134c4598cca2 /stow/sxhkd/.config | |
parent | f154d3f778214e5cca7f2e6fb9412184b57edf04 (diff) | |
download | configs-a8a4c823054a306d65fb1b97588b9f624bee7c59.tar.gz configs-a8a4c823054a306d65fb1b97588b9f624bee7c59.zip |
Swap sxhkd binding now also moves windows in bspwm.
Diffstat (limited to 'stow/sxhkd/.config')
-rw-r--r-- | stow/sxhkd/.config/sxhkd/sxhkdrcbspc | 4 |
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} |