change: dispatch name change movewin->smartmovewin resizewin->smartresizewin
This commit is contained in:
20
config.conf
20
config.conf
@@ -285,17 +285,17 @@ 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
|
||||
# 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
|
||||
|
||||
# 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
|
||||
# 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
|
||||
|
||||
#custom app bind example
|
||||
# spawn_on_empty (if tag 4 is empty , open app in this,otherwise view to tag 4)
|
||||
|
||||
Reference in New Issue
Block a user