tune-mouse/touchpad on sun

This commit is contained in:
Nico Schottelius 2023-07-13 15:40:21 +02:00
parent abac08a042
commit f31b76a5ee
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ if xinput list | grep -q "Wacom HID 5276 Finger"; then
xinput map-to-output 'Wacom HID 5276 Pen Pen (0x81266661)' ${display}
fi
# sun
if xinput list | grep -q "LXT2021:00 29BD:3201; then
xinput map-to-output 'LXT2021:00 29BD:3201' ${display}
fi
# nb2
if xinput list | grep -q "ELAN Touchscreen"; then
xinput map-to-output 'ELAN Touchscreen' ${display}