small pixel drawing of a pufferfish dotfiles

less gaps, auto-wayland, chromium 100%
Jes Olson j3s@c3f.net
Tue, 26 Mar 2024 12:01:12 -0500
commit

8ba49739db2c72fee90697217c6af1e705c3d3dd

parent

6d07d5166448093d8673b71bc8179a5a58f47034

2 files changed, 9 insertions(+), 2 deletions(-)

jump to
M .config/chromium-flags.conf.config/chromium-flags.conf

@@ -1,4 +1,4 @@

---ozone-platform-hint=auto +--ozone-platform-hint=wayland --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy
M .config/niri/config.kdl.config/niri/config.kdl

@@ -182,7 +182,7 @@ // If you leave the brackets empty, the windows themselves will decide their initial width.

// default-column-width {} // Set gaps around windows in logical pixels. - gaps 4 + gaps 2 // Struts shrink the area occupied by windows, similarly to layer-shell panels. // You can think of them as a kind of outer gaps. They are set in logical pixels.

@@ -325,6 +325,13 @@ config-notification-open-close {

// off // spring damping-ratio=0.6 stiffness=1000 epsilon=0.001 } +} + +// chromium "remembers" its geometry for some reason +// and acts weird if you don't open it like this +window-rule { + match title="Chromium" + default-column-width { proportion 1.00; } } // Window rules let you adjust behavior for individual windows.