Created
February 23, 2018 15:38
-
-
Save jan-matejka/aa0096c79e191f8ba8625e82fe96549f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Monitor" | |
Identifier "eDP1" | |
Option "DPMS" "true" | |
Option "PreferredMode" "1366x768" | |
EndSection | |
Section "Monitor" | |
Identifier "DP1" | |
Option "DPMS" "true" | |
Option "PreferredMode" "1920x1080" | |
Option "RightOf" "eDP1" | |
EndSection | |
Section "Monitor" | |
Identifier "DP2" | |
Option "DPMS" "true" | |
Option "PreferredMode" "1920x1080" | |
Option "Rotate" "left" | |
Option "RightOf" "DP1" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment