blob: 30144c2fca1e76a31400eab4cc4b1a6f77c355ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 {}
}
|