🪟 Resize by using arrow keys, Cowsay fortune on shell open

This commit is contained in:
2025-01-06 19:16:25 +01:00
parent 5fa27621dd
commit 00a3c0b0cd
3 changed files with 10 additions and 0 deletions

View File

@ -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