mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-04 06:46:38 -04:00
feat: support resizewin
This commit is contained in:
parent
d869078b2f
commit
aff3b58010
2 changed files with 71 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue