.config/niri/niri.d/layout.kdl hinzugefügt

This commit is contained in:
Tim
2026-05-13 16:54:50 +00:00
parent f14635c27e
commit 19b15c7b75
+27
View File
@@ -0,0 +1,27 @@
// ────────────── Layout Settings ──────────────
layout {
gaps 16 // Gap between windows
center-focused-column "never" // Dont 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 {}
}