🪟 Resize by using arrow keys, Cowsay fortune on shell open
This commit is contained in:
@ -326,6 +326,12 @@ bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Resize the focused window
|
||||
binde = $shiftMod, right, resizeactive, 20 0
|
||||
binde = $shiftMod, left, resizeactive, -20 0
|
||||
binde = $shiftMod, up, resizeactive, 0 -20
|
||||
binde = $shiftMod, down, resizeactive, 0 20
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
|
Reference in New Issue
Block a user