skipper: smaller window resize

This commit is contained in:
Adithya 2024-09-28 22:39:11 +05:30
parent 33f0b72ee1
commit aa4ba08f7e
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -178,11 +178,11 @@ binds {
Mod+Shift+F { fullscreen-window; }
Mod+C { center-column; }
Mod+Minus { set-column-width "-10%"; }
Mod+Equal { set-column-width "+10%"; }
Mod+Minus { set-column-width "-5%"; }
Mod+Equal { set-column-width "+5%"; }
Mod+Shift+Minus { set-window-height "-10%"; }
Mod+Shift+Equal { set-window-height "+10%"; }
Mod+Shift+Minus { set-window-height "-5%"; }
Mod+Shift+Equal { set-window-height "+5%"; }
Print { screenshot; }
Ctrl+Print { screenshot-screen; }