···182182 // default-column-width {}
183183184184 // Set gaps around windows in logical pixels.
185185- gaps 4
185185+ gaps 2
186186187187 // Struts shrink the area occupied by windows, similarly to layer-shell panels.
188188 // You can think of them as a kind of outer gaps. They are set in logical pixels.
···325325 // off
326326 // spring damping-ratio=0.6 stiffness=1000 epsilon=0.001
327327 }
328328+}
329329+330330+// chromium "remembers" its geometry for some reason
331331+// and acts weird if you don't open it like this
332332+window-rule {
333333+ match title="Chromium"
334334+ default-column-width { proportion 1.00; }
328335}
329336330337// Window rules let you adjust behavior for individual windows.