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

    border {
        off
    }
}