niri: adjust window width and height by 0.05
1 files changed, 4 insertions(+), 4 deletions(-)

M dot.config/niri/config.kdl
M dot.config/niri/config.kdl +4 -4
@@ 484,12 484,12 @@ binds {
     // * adjust width as a percentage of screen width: "-10%" or "+10%"
     // Pixel sizes use logical, or scaled, pixels. I.e. on an output with scale 2.0,
     // set-column-width "100" will make the column occupy 200 physical screen pixels.
-    Alt+Minus { set-column-width "-10%"; }
-    Alt+Equal { set-column-width "+10%"; }
+    Alt+Minus { set-column-width "-5%"; }
+    Alt+Equal { set-column-width "+5%"; }
 
     // Finer height adjustments when in column with other windows.
-    Alt+Shift+Minus { set-window-height "-10%"; }
-    Alt+Shift+Equal { set-window-height "+10%"; }
+    Alt+Shift+Minus { set-window-height "-5%"; }
+    Alt+Shift+Equal { set-window-height "+5%"; }
 
     // Actions to switch layouts.
     // Note: if you uncomment these, make sure you do NOT have