change: dispatch name change movewin->smartmovewin resizewin->smartresizewin

This commit is contained in:
DreamMaoMao
2025-05-03 14:47:22 +08:00
parent 2e7245f960
commit 3a8ebf549b
4 changed files with 19 additions and 19 deletions

View File

@@ -285,17 +285,17 @@ bind=ALT+SHIFT,X,incgaps,1
bind=ALT+SHIFT,Z,incgaps,-1
bind=ALT+SHIFT,R,togglegaps
# movewin
bind=SUPER+SHIFT,Up,movewin,up
bind=SUPER+SHIFT,Down,movewin,down
bind=SUPER+SHIFT,Left,movewin,left
bind=SUPER+SHIFT,Right,movewin,right
# smartmovewin
bind=SUPER+SHIFT,Up,smartmovewin,up
bind=SUPER+SHIFT,Down,smartmovewin,down
bind=SUPER+SHIFT,Left,smartmovewin,left
bind=SUPER+SHIFT,Right,smartmovewin,right
# resizewin
bind=SUPER+ALT,Up,resizewin,up
bind=SUPER+ALT,Down,resizewin,down
bind=SUPER+ALT,Left,resizewin,left
bind=SUPER+ALT,Right,resizewin,right
# smartresizewin
bind=SUPER+ALT,Up,smartresizewin,up
bind=SUPER+ALT,Down,smartresizewin,down
bind=SUPER+ALT,Left,smartresizewin,left
bind=SUPER+ALT,Right,smartresizewin,right
#custom app bind example
# spawn_on_empty (if tag 4 is empty , open app in this,otherwise view to tag 4)