#!/bin/sh case "$1" in resume|thaw) ;; *) sleep 30 echo `whoami` > /home/stefan/Desktop/TEST.txt su stefan -c "xsetwacom --display :0.0 set stylus TopX 44 2> /home/stefan/Desktop/ERROR.txt" su stefan -c "xsetwacom --display :0.0 set stylus TopY 26" su stefan -c "xsetwacom --display :0.0 set stylus BottomX 18516" su stefan -c "xsetwacom --display :0.0 set stylus BottomY 24613" su stefan -c "gnome-terminal --display :0.0" & ;; esac