aboutsummaryrefslogtreecommitdiff
path: root/.config/kanshi/config
blob: e6aabe27eada59bb84b3e3c00b973c91c5908cb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
profile laptop-only {
    output eDP-1 {
        enable
        mode 1920x1080
        scale 1
        position 0,0
    }
}

profile docked {
    output eDP-1 {
        mode 1920x1080
        scale 1
        position 0,0
    }

    output HDMI-A-1 {
        mode 1920x1080
        scale 1
        position 1920,0
    }
}