mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
18 lines
463 B
KDL
18 lines
463 B
KDL
layout {
|
||
gaps 16 // Gap between windows
|
||
center-focused-column "always" // Don’t auto-center focused column
|
||
|
||
background-color "transparent" // <- needed for noctalia-shell to set wallpaper
|
||
|
||
//default-column-width { proportion 0.95; }
|
||
default-column-width { proportion 0.40; }
|
||
|
||
preset-column-widths {
|
||
proportion 0.33333
|
||
proportion 0.5
|
||
proportion 0.66667
|
||
}
|
||
|
||
struts {}
|
||
}
|