#!/usr/bin/bash


xrandr --dryrun --output $1 --auto
echo hit ctrl-c to cancel
read niks
xrandr --output $1 --auto
