# HG changeset patch # User Yuya Nishihara # Date 1716633593 -32400 # Sat May 25 19:39:53 2024 +0900 # Node ID 225192df7627606fc49a334f8bc7a993e5665797 # Parent 6d67bfa14fb0a67bef01fdebde182455f71d3b98 niri: adjust window width and height by 0.05 diff --git a/dot.config/niri/config.kdl b/dot.config/niri/config.kdl --- a/dot.config/niri/config.kdl +++ b/dot.config/niri/config.kdl @@ -484,12 +484,12 @@ // * 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