From ea73642a3c82b5e58f6f7f42878bc695e7189efe Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Wed, 13 May 2026 11:25:07 -0700 Subject: Initial commit --- .config/niri/cfg/layout.kdl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/niri/cfg/layout.kdl (limited to '.config/niri/cfg/layout.kdl') diff --git a/.config/niri/cfg/layout.kdl b/.config/niri/cfg/layout.kdl new file mode 100644 index 0000000..30144c2 --- /dev/null +++ b/.config/niri/cfg/layout.kdl @@ -0,0 +1,14 @@ + layout { + gaps 10 // Gap between windows + center-focused-column "never" // Don’t auto-center focused column + + background-color "transparent" // <- needed for noctalia-shell to set wallpaper + + preset-column-widths { + proportion 0.33333 + proportion 0.5 + proportion 0.66667 + } + + struts {} + } -- cgit v1.3.1