8 lines
130 B
Bash
8 lines
130 B
Bash
#!/bin/sh
|
|
|
|
if [ -e /dev/input/touchscreen0 ]
|
|
then
|
|
QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0
|
|
export QWS_MOUSE_PROTO
|
|
fi
|