summaryrefslogtreecommitdiff
path: root/niri/cfg/layout.kdl
blob: 26df73fba275bd997d82d32e9a392a421b9da8f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 "#f6764f"
    }

    border {
        off
    }
}