diff options
Diffstat (limited to 'touchpad.sh')
-rwxr-xr-x | touchpad.sh | 3 |
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 | ||
42 | for DEVICE in $DEVICES; do | 42 | for DEVICE in $DEVICES; do |
43 | xinput "$ACTION" "$DEVICE" | 43 | DISPLAY=:0 xinput "$ACTION" "$DEVICE" |
44 | DISPLAY=:8 xinput "$ACTION" "$DEVICE" | ||
44 | done | 45 | done |
45 | 46 | ||