diff --git a/.config/niri/niri.d/layout.kdl b/.config/niri/niri.d/layout.kdl new file mode 100644 index 0000000..bc7b90b --- /dev/null +++ b/.config/niri/niri.d/layout.kdl @@ -0,0 +1,27 @@ +// ────────────── Layout Settings ────────────── + +layout { + gaps 16 // Gap between windows + center-focused-column "never" // Don’t auto-center focused column + + preset-column-widths { + proportion 0.33333 + proportion 0.5 + proportion 0.66667 + } + + focus-ring { + width 3 + active-color "#00ac89" + inactive-color "#505050" + } + + shadow { + softness 30 + spread 5 + offset x=0 y=5 + color "#0007" + } + + struts {} +} \ No newline at end of file