mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
feat: support movewin
This commit is contained in:
parent
dfaab261c1
commit
d869078b2f
4 changed files with 120 additions and 2 deletions
|
|
@ -277,6 +277,12 @@ bind=ALT+SHIFT,X,incgaps,1
|
|||
bind=ALT+SHIFT,Z,incgaps,-1
|
||||
bind=ALT+SHIFT,R,togglegaps
|
||||
|
||||
# movewin
|
||||
bind=SUPER+CTRL,Up,movewin,up
|
||||
bind=SUPER+CTRL,Down,movewin,down
|
||||
bind=SUPER+CTRL,Left,movewin,left
|
||||
bind=SUPER+CTRL,Right,movewin,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