Add xorg dualhead config

This commit is contained in:
Hektor Misplon
2020-02-17 20:33:28 +00:00
parent 18adadc60a
commit 0c9664eaaa

View File

@@ -0,0 +1,10 @@
Section "Screen"
Identifier "eDP1"
Option "Primary" "true"
Endsection
Section "Monitor"
Identifier "HDMI1"
Option "PreferredMode" "3840x2160"
Option "LeftOf" "eDP1"
Endsection