Add touchscreen support for nb2

This commit is contained in:
Nico Schottelius 2022-08-02 08:04:10 +02:00
parent c09ebd8ec0
commit 439cce6fe1
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ if xinput list | grep -q "Wacom HID 5276 Finger"; then
xinput map-to-output 'Wacom HID 5276 Finger' ${display}
fi
# nb2
if xinput list | grep -q "ELAN Touchscreen"; then
xinput map-to-output 'ELAN Touchscreen' ${display}
fi
if xinput list | grep -q Bamboo; then
devfinger="Wacom Bamboo 16FG 4x5 Finger touch"