···595595 // * adjust width as a percentage of screen width: "-10%" or "+10%"
596596 // Pixel sizes use logical, or scaled, pixels. I.e. on an output with scale 2.0,
597597 // set-column-width "100" will make the column occupy 200 physical screen pixels.
598598- Mod+Minus { set-column-width "-5%"; }
599599- Mod+Equal { set-column-width "+5%"; }
598598+ Mod+Minus { set-column-width "-5"; }
599599+ Mod+Equal { set-column-width "+5"; }
600600601601 // Finer height adjustments when in column with other windows.
602602 Mod+Shift+Minus { set-window-height "-10%"; }