Changed Keybindings for resize active window to code syntax (#1029)
This commit is contained in:
parent
04fff555b8
commit
1d6d21e7b7
@ -55,10 +55,10 @@ bindd = ALT, Tab, Reveal active window on top, bringactivetotop
|
|||||||
bindd = ALT SHIFT, Tab, Reveal active window on top, bringactivetotop
|
bindd = ALT SHIFT, Tab, Reveal active window on top, bringactivetotop
|
||||||
|
|
||||||
# Resize active window
|
# Resize active window
|
||||||
bindd = SUPER, minus, Expand window left, resizeactive, -100 0
|
bindd = SUPER, code:20, Expand window left, resizeactive, -100 0 # - key
|
||||||
bindd = SUPER, equal, Shrink window left, resizeactive, 100 0
|
bindd = SUPER, code:21, Shrink window left, resizeactive, 100 0 # = key
|
||||||
bindd = SUPER SHIFT, minus, Shrink window up, resizeactive, 0 -100
|
bindd = SUPER SHIFT, code:20, Shrink window up, resizeactive, 0 -100
|
||||||
bindd = SUPER SHIFT, equal, Expand window down, resizeactive, 0 100
|
bindd = SUPER SHIFT, code:21, Expand window down, resizeactive, 0 100
|
||||||
|
|
||||||
# Scroll through existing workspaces with SUPER + scroll
|
# Scroll through existing workspaces with SUPER + scroll
|
||||||
bindd = SUPER, mouse_down, Scroll active workspace forward, workspace, e+1
|
bindd = SUPER, mouse_down, Scroll active workspace forward, workspace, e+1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user