17 lines
289 B
Plaintext
17 lines
289 B
Plaintext
# vim: set ft=xf86conf
|
|
|
|
Section "Monitor"
|
|
Identifier "DisplayPort-1"
|
|
Option "Primary" "true"
|
|
EndSection
|
|
|
|
Section "Monitor"
|
|
Identifier "DisplayPort-0"
|
|
Option "LeftOf" "DisplayPort-1"
|
|
EndSection
|
|
|
|
Section "Monitor"
|
|
Identifier "DisplayPort-2"
|
|
Option "RightOf" "DisplayPort-1"
|
|
EndSection
|