0
fork

Configure Feed

Select the types of activity you want to include in your feed.

+2 -2
+2 -2
configs/niri/config.kdl
··· 595 595 // * adjust width as a percentage of screen width: "-10%" or "+10%" 596 596 // Pixel sizes use logical, or scaled, pixels. I.e. on an output with scale 2.0, 597 597 // set-column-width "100" will make the column occupy 200 physical screen pixels. 598 - Mod+Minus { set-column-width "-5%"; } 599 - Mod+Equal { set-column-width "+5%"; } 598 + Mod+Minus { set-column-width "-5"; } 599 + Mod+Equal { set-column-width "+5"; } 600 600 601 601 // Finer height adjustments when in column with other windows. 602 602 Mod+Shift+Minus { set-window-height "-10%"; }