my dotz
2
fork

Configure Feed

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

less gaps, auto-wayland, chromium 100%

+9 -2
+1 -1
.config/chromium-flags.conf
··· 1 - --ozone-platform-hint=auto 1 + --ozone-platform-hint=wayland 2 2 --ignore-gpu-blocklist 3 3 --enable-gpu-rasterization 4 4 --enable-zero-copy
+8 -1
.config/niri/config.kdl
··· 182 182 // default-column-width {} 183 183 184 184 // Set gaps around windows in logical pixels. 185 - gaps 4 185 + gaps 2 186 186 187 187 // Struts shrink the area occupied by windows, similarly to layer-shell panels. 188 188 // You can think of them as a kind of outer gaps. They are set in logical pixels. ··· 325 325 // off 326 326 // spring damping-ratio=0.6 stiffness=1000 epsilon=0.001 327 327 } 328 + } 329 + 330 + // chromium "remembers" its geometry for some reason 331 + // and acts weird if you don't open it like this 332 + window-rule { 333 + match title="Chromium" 334 + default-column-width { proportion 1.00; } 328 335 } 329 336 330 337 // Window rules let you adjust behavior for individual windows.