#!/bin/sh
# Wide display of left VGA vertical adjacent to DVI horixontal.
# Overlapped to allow each monitor a higher resolution. Verticals identical.
xrandr --output VGA-0 --mode 1024x768 --pos 0x0 --rotate left --output DVI-0 --mode 1280x1024 --pos 400x0 --rotate normal
