Skip to content

Instantly share code, notes, and snippets.

@sabrehagen
Created January 8, 2017 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sabrehagen/66da13e33820788270015305d8a385f9 to your computer and use it in GitHub Desktop.
Save sabrehagen/66da13e33820788270015305d8a385f9 to your computer and use it in GitHub Desktop.
#!/bin/sh
xrandr --output DisplayPort-1 --mode 2560x1440 --pos 2560x0 --rotate normal --output DisplayPort-0 --primary --mode 2560x1440 --pos 5120x0 --rotate normal --output DVI-1 --mode 2560x1440 --pos 0x0 --rotate normal --output DVI-0 --off --output HDMI-0 --off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment