Skip to content

Instantly share code, notes, and snippets.

@andycole
Created May 7, 2014 16:10
Show Gist options
  • Save andycole/790074c8303c24f71339 to your computer and use it in GitHub Desktop.
Save andycole/790074c8303c24f71339 to your computer and use it in GitHub Desktop.
~/.screenlayout/display.sh
#!/bin/sh
xrandr --output CRT1 --off --output DFP6 --mode 1280x1024 --pos 0x0 --rotate normal --output DFP7 --mode 1920x1080 --pos 1280x0 --rotate normal --output DFP4 --off --output DFP5 --off --output DFP2 --off --output DFP3 --off --output DFP1 --off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment