Created
December 31, 2011 03:25
-
-
Save abevoelker/1542715 to your computer and use it in GitHub Desktop.
Triple head settings
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
#!/bin/bash | |
LEFT="DVI-1" | |
MIDDLE="DisplayPort-1" | |
RIGHT="DVI-0" | |
xrandr --output $LEFT --auto --rotate left --pos 0x0 | |
xrandr --output $MIDDLE --auto --right-of $LEFT | |
xrandr --output $RIGHT --auto --rotate left --right-of $MIDDLE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment