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:
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
|
||||
|
||||
Reference in New Issue
Block a user