summary refs log tree commit diff
path: root/.config/kanshi/config
blob: fc9019d9a2677dc5c1e618f36ebbf564fa581d8e (plain) (blame)
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
34
35
36
37
38
39
# vim: commentstring=#\ %s

profile multi {
    output eDP-1 disable
    output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,-600 transform 90 enable
    output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 1440,0 enable
    exec oguri-cycle
}

profile singleR {
    output eDP-1 disable
    output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 0,0 transform normal enable
    output "Dell Inc. DELL U2518D 3C4YP87AAK3L" disable
    exec oguri-cycle
}

profile singleL {
    output eDP-1 disable
    output "Dell Inc. DELL U2518D 3C4YP87AAK3L" mode 2560x1440 position 0,0 transform 90 enable
    output "Dell Inc. DELL U2518D 3C4YP9B9636L" disable
    exec oguri-cycle
}

profile laptop {
    output eDP-1 scale 1 enable
    exec oguri-cycle
}

profile sony {
    output eDP-1 scale 1 position 0,0 enable
    output "Sony SONY TV  *00 0x00000101" mode 3840x2160@23.976000Hz transform normal position 2560,0 enable
    exec oguri-cycle
}

profile tv {
    output eDP-1 scale 1 position 0,0 enable
    output HDMI-A-1 transform normal position 2560,0 enable
    exec oguri-cycle
}