mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
make window resizing binding holdable
This commit is contained in:
parent
c65e4792a1
commit
5e537bd54c
@ -252,10 +252,10 @@ bindm = $mainMod, mouse:273, resizewindow
|
|||||||
|
|
||||||
|
|
||||||
# resize active window with mainMod + SHIFT + arrow keys
|
# resize active window with mainMod + SHIFT + arrow keys
|
||||||
bind = $mainMod SHIFT, right, resizeactive, 10 0
|
binde = $mainMod SHIFT, right, resizeactive, 10 0
|
||||||
bind = $mainMod SHIFT, left, resizeactive, -10 0
|
binde = $mainMod SHIFT, left, resizeactive, -10 0
|
||||||
bind = $mainMod SHIFT, up, resizeactive, 0 -10
|
binde = $mainMod SHIFT, up, resizeactive, 0 -10
|
||||||
bind = $mainMod SHIFT, down, resizeactive, 0 10
|
binde = $mainMod SHIFT, down, resizeactive, 0 10
|
||||||
|
|
||||||
# move active window with mainMod + ALT + arrow keys
|
# move active window with mainMod + ALT + arrow keys
|
||||||
bind = $mainMod ALT, left, movewindow, l
|
bind = $mainMod ALT, left, movewindow, l
|
||||||
|
Loading…
Reference in New Issue
Block a user