Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
#!/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