29 lines
491 B
Plaintext
29 lines
491 B
Plaintext
profile docked {
|
|
# Center 4K monitor
|
|
output DP-6 {
|
|
mode 3840x2160@60.000
|
|
position 1920,120
|
|
scale 1.25
|
|
}
|
|
|
|
# Right 1080p monitor (rotated left)
|
|
output DP-7 {
|
|
mode 1920x1080@60.000
|
|
position 3072,0
|
|
transform 90
|
|
}
|
|
|
|
# Laptop screen (below)
|
|
output eDP-1 {
|
|
mode 1920x1080@144.003
|
|
position 0,1060
|
|
}
|
|
}
|
|
|
|
profile undocked {
|
|
output eDP-1 {
|
|
mode 1920x1080@144.003
|
|
position 0,0
|
|
}
|
|
}
|