15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
profile laptop {
|
|
output eDP-1 mode 2256x1504 position 0,0 scale 1.5
|
|
}
|
|
|
|
profile office {
|
|
output eDP-1 mode 2256x1504 position 0,0 scale 1.5
|
|
output DP-4 mode 1366x768 position 1500,0 scale 1
|
|
exec notify-send 'office monitors setup'
|
|
}
|
|
|
|
profile church {
|
|
output eDP-1 mode 2256x1504 position 0,0 scale 1.5
|
|
output DP-3 mode 3840x2160 position 1500,0 scale 2
|
|
exec notify-send 'office monitors setup'
|
|
} |