screen.sh (344B)
1 #!/usr/bin/env bash 2 3 # screen.sh: handle my multi-screen setup 4 # 5 # Run this command every time you boot up so these settings are loaded. 6 7 if [[ $(hostname -s) = carl-* ]]; then 8 xrandr --output DVI-I-1 --mode 1600x900 --pos 1680x40 --rotate normal --output DVI-D-1 --mode 1680x1050 --pos 0x0 --rotate normal --primary --output DVI-D-2 --off 9 fi