aboutsummaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-11-25 16:11:31 +0200
committersrdusr <trevorgray@srdusr.com>2022-11-25 16:11:31 +0200
commit623d4a75d38de6916b9c5aebde5addba01b36f0d (patch)
treea2daced8c0d576b520c0c13891992c6043e507b4 /.config/sxhkd
parentdc73267edec6a54edd3c8fae876120b10a66bd35 (diff)
downloaddotfiles-623d4a75d38de6916b9c5aebde5addba01b36f0d.tar.gz
dotfiles-623d4a75d38de6916b9c5aebde5addba01b36f0d.zip
Move a tiled window to any direction
Diffstat (limited to '.config/sxhkd')
-rwxr-xr-x.config/sxhkd/sxhkdrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 71b3bc2..5abf114 100755
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -381,7 +381,9 @@ ctrl + alt + 2
# move a floating window
#super + {Left,Down,Up,Right}
-
+# move a tiled window to any direction
+super + shift + {h,j,k,l}
+ /path/to/bspwm_smart_move {west,south,north,east}