diff --git a/home/wm/niri/config.kdl b/home/wm/niri/config.kdl index db6241a..d5865dc 100644 --- a/home/wm/niri/config.kdl +++ b/home/wm/niri/config.kdl @@ -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; }