#!/bin/bash

DIR=`dirname $0`
. $DIR/config

# activate customer display
xrandr --output $CUSTOMER_DISPLAY --off
xrandr --output $MAIN_DISPLAY --mode ${MAIN_DISPLAY_W}x${MAIN_DISPLAY_H} --pos 0x0 --rotate normal

