Add X.org 3-monitor config
parent
04d5d8fefd
commit
eb79518ca4
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
Loading…
Reference in New Issue