Created
May 7, 2014 16:10
-
-
Save andycole/790074c8303c24f71339 to your computer and use it in GitHub Desktop.
~/.screenlayout/display.sh
This file contains 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/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