···8181// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
8282layout {
8383 // Set gaps around windows in logical pixels.
8484- gaps 2
8484+ gaps 1
85858686 // When to center a column when changing focus, options are:
8787 // - "never", default behavior, focusing an off-screen column will keep at the left
···126126 off
127127128128 // How many logical pixels the ring extends out from the windows.
129129- width 2
129129+ width 1
130130131131 // Colors can be set in a variety of ways:
132132 // - CSS named colors: "red"
···159159 // The settings are the same as for the focus ring.
160160 // If you enable the border, you probably want to disable the focus ring.
161161162162- width 2
162162+ width 0
163163 // active-gradient from="#ffbb66" to="#ffc880" angle=45 relative-to="workspace-view"
164164 // inactive-gradient from="#ffc880" to="#ffbb66" angle 45 relative-to="workspace-view"
165165···173173 // Top and bottom struts will simply add outer gaps in addition to the area occupied by
174174 // layer-shell panels and regular gaps.
175175 struts {
176176- // left 64
177177- // right 64
178178- // top 35
179179- // bottom 64
176176+ left -1
177177+ right -1
178178+ top -1
179179+ bottom -1
180180 }
181181}
182182···262262 // default-column-width {}
263263264264 // Set rounded corners for all windows
265265- geometry-corner-radius 12
265265+ geometry-corner-radius 0
266266 clip-to-geometry true
267267}
268268