diff options
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 {} + } |
