tune-mouse/touchpad on sun
This commit is contained in:
parent
abac08a042
commit
f31b76a5ee
1 changed files with 5 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue