···112112// https://yalter.github.io/niri/Configuration:-Layout
113113layout {
114114 // Set gaps around windows in logical pixels.
115115- gaps 16
115115+ gaps 12
116116117117 // When to center a column when changing focus, options are:
118118 // - "never", default behavior, focusing an off-screen column will keep at the left
···160160 // off
161161162162 // How many logical pixels the ring extends out from the windows.
163163- width 4
163163+ width 3
164164165165 // Colors can be set in a variety of ways:
166166 // - CSS named colors: "red"
···343343}
344344345345window-rule {
346346- geometry-corner-radius 20
346346+ geometry-corner-radius 12
347347 clip-to-geometry true
348348}
349349