Add X.org 3-monitor config

remotes/origin/HEAD
Dustin 2017-05-15 14:56:17 -05:00
parent 04d5d8fefd
commit eb79518ca4
1 changed files with 16 additions and 0 deletions

View File

@ -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