summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtouchpad.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/touchpad.sh b/touchpad.sh
index c05462b..1ef66b9 100755
--- a/touchpad.sh
+++ b/touchpad.sh
@@ -40,6 +40,7 @@ IFS='
40' 40'
41 41
42for DEVICE in $DEVICES; do 42for DEVICE in $DEVICES; do
43 xinput "$ACTION" "$DEVICE" 43 DISPLAY=:0 xinput "$ACTION" "$DEVICE"
44 DISPLAY=:8 xinput "$ACTION" "$DEVICE"
44done 45done
45 46