Skip to content

Instantly share code, notes, and snippets.

@biwhite
Created August 16, 2017 13:27
Show Gist options
  • Save biwhite/82bc51f76fd8bb381eb394f3edbc509b to your computer and use it in GitHub Desktop.
Save biwhite/82bc51f76fd8bb381eb394f3edbc509b to your computer and use it in GitHub Desktop.
# cat 10-monitor.conf
Section "Monitor"
Identifier "HDMI-1"
Option "Rotate" "Right"
Option "RightOf" "DP-1"
EndSection
Section "Monitor"
Identifier "DP-1"
Option "PreferredMode" "3840x2160"
EndSection
Section "Monitor"
Identifier "DP-2"
Option "Rotate" "Left"
Option "LeftOf" "DP-1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment