mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-02 07:15:55 -04:00
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:
parent
dfaab261c1
commit
b4cf9d4b81
4 changed files with 191 additions and 3 deletions
12
config.conf
12
config.conf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue