diff options
| author | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
|---|---|---|
| committer | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
| commit | ea73642a3c82b5e58f6f7f42878bc695e7189efe (patch) | |
| tree | 96ec63b2995d15c8972a2c7d4be9a7c4089b62b6 /.config/niri/cfg/layout.kdl | |
| download | dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.tar.bz2 dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.zip | |
Initial commit
Diffstat (limited to '.config/niri/cfg/layout.kdl')
| -rw-r--r-- | .config/niri/cfg/layout.kdl | 14 |
1 files changed, 14 insertions, 0 deletions
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 {} + } |
