From a8a4c823054a306d65fb1b97588b9f624bee7c59 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 20 Sep 2022 14:43:49 +0200 Subject: Swap sxhkd binding now also moves windows in bspwm. --- stow/sxhkd/.config/sxhkd/sxhkdrcbspc | 4 ++-- 1 file 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} -- cgit v1.2.1