mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-09 08:21:27 -04:00
feat: add mvoewin resizewin dispatch
This commit is contained in:
parent
3a8ebf549b
commit
c64dd51b69
4 changed files with 122 additions and 8 deletions
29
config.conf
29
config.conf
|
|
@ -286,16 +286,29 @@ bind=ALT+SHIFT,Z,incgaps,-1
|
|||
bind=ALT+SHIFT,R,togglegaps
|
||||
|
||||
# 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
|
||||
bind=CTRL+SHIFT,Up,smartmovewin,up
|
||||
bind=CTRL+SHIFT,Down,smartmovewin,down
|
||||
bind=CTRL+SHIFT,Left,smartmovewin,left
|
||||
bind=CTRL+SHIFT,Right,smartmovewin,right
|
||||
|
||||
# movewin
|
||||
# bind=CTRL+SHIFT,Up,movewin,+0,-50
|
||||
# bind=CTRL+SHIFT,Down,movewin,+0,+50
|
||||
# bind=CTRL+SHIFT,Left,movewin,-50,+0
|
||||
# bind=CTRL+SHIFT,Right,movewin,+50,+0
|
||||
|
||||
|
||||
# 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
|
||||
bind=CTRL+ALT,Up,smartresizewin,up
|
||||
bind=CTRL+ALT,Down,smartresizewin,down
|
||||
bind=CTRL+ALT,Left,smartresizewin,left
|
||||
bind=CTRL+ALT,Right,smartresizewin,right
|
||||
|
||||
# resizewin
|
||||
# bind=CTRL+ALT,Up,resizewin,+0,-50
|
||||
# bind=CTRL+ALT,Down,resizewin,+0,+50
|
||||
# bind=CTRL+ALT,Left,resizewin,-50,+0
|
||||
# bind=CTRL+ALT,Right,resizewin,+50,+0
|
||||
|
||||
#custom app bind example
|
||||
# spawn_on_empty (if tag 4 is empty , open app in this,otherwise view to tag 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue