Skip to content

Instantly share code, notes, and snippets.

@abevoelker
Created December 31, 2011 03:25
Show Gist options
  • Save abevoelker/1542715 to your computer and use it in GitHub Desktop.
Save abevoelker/1542715 to your computer and use it in GitHub Desktop.
Triple head settings
#!/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