aboutsummaryrefslogtreecommitdiff
path: root/.config/kanshi/config
blob: 2817141e14330a2a978277c6d16a66377b52043a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
profile laptop-only {
    output eDP-1 {
        enable
        mode 1920x1080
        scale 1
        position 0,0
    }
}

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

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

profile external-only {
    output eDP-1 disable
    output HDMI-A-1 {
        mode 1920x1080
        position 0,0
        scale 1
    }
}