feat: support movewin and resizewin dispatch, fix dirtomon

feat: support resizewin

fix: fix resizewin some error

fix: fix dirtomon dir

Avoid shortcut key conflicts
This commit is contained in:
chenyc
2025-04-06 01:01:15 +08:00
committed by DreamMaoMao
parent dfaab261c1
commit b4cf9d4b81
4 changed files with 191 additions and 3 deletions

View File

@@ -277,6 +277,18 @@ 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
# 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