summaryrefslogtreecommitdiff
path: root/niri/cfg/layout.kdl
blob: 3cd6f5fa71f1e0a432b0cdfd1c9ae071e5929224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
layout {
    gaps 6
    center-focused-column "never"

    preset-column-widths {
        proportion 0.33333
        proportion 0.5
        proportion 0.66667
    }
    default-column-width { proportion 0.5; }
    focus-ring {
        width 2
        active-color "#ffc87f"
		inactive-color "#505050"
    }

    border {
        off
    }
}