diff options
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 4 |
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} |
