feat: support resizewin

This commit is contained in:
chenyc 2025-04-06 01:20:10 +08:00
parent d869078b2f
commit aff3b58010
2 changed files with 71 additions and 1 deletions

View file

@ -283,6 +283,12 @@ bind=SUPER+CTRL,Down,movewin,down
bind=SUPER+CTRL,Left,movewin,left
bind=SUPER+CTRL,Right,movewin,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
#custom app bind example
# spawn_on_empty (if tag 4 is empty , open app in this,otherwise view to tag 4)
# bind=SUPER,Return,spawn_on_empty,google-chrome,4