blob: 24d28243a17f01ead51fb193da794031d5863f84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# vim: commentstring=#\ %s
profile laptop {
output eDP-1 scale 1 enable
}
profile single {
output "Dell Inc. DELL U2518D 3C4YP9B9636L" mode 2560x1440 position 0,0 enable
output eDP-1 disable
}
profile multi {
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
output eDP-1 scale 2 disable
}
# output eDP-1 position 4000,0 scale 2 enable
profile tv {
output HDMI-A-1 position 2560,0 enable
output eDP-1 scale 2 position 0,0 enable
}
|