#!/bin/bash

# main screen (check it with xrandr)
MAIN_DISPLAY="eDP1"
MAIN_DISPLAY_W=1024
MAIN_DISPLAY_H=768

# customer display device
CUSTOMER_DISPLAY="DVI-1-0"
CUSTOMER_DISPLAY_W=800
CUSTOMER_DISPLAY_H=480

# touch device (xinput_calibrator and then ESC will show you the id)
TOUCH_ID=13
TOUCH_SCALE_FACTOR="0.55"

