From eb79518ca48a493f8f60558dd377c5f754062776 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 15 May 2017 14:56:17 -0500 Subject: [PATCH] Add X.org 3-monitor config --- etc/X11/xorg.conf.d/60monitors.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/X11/xorg.conf.d/60monitors.conf diff --git a/etc/X11/xorg.conf.d/60monitors.conf b/etc/X11/xorg.conf.d/60monitors.conf new file mode 100644 index 0000000..ea3d1fa --- /dev/null +++ b/etc/X11/xorg.conf.d/60monitors.conf @@ -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