blob: 6c077977ed6e78aeccb036fc469ee9c2faf9377b (
plain)
1
2
3
4
5
6
|
#!/bin/sh
# see:
# xinput --list
# xinput --list-props 'ELAN0412:00 04F3:311D Touchpad'
[[ $HOSTNAME == "garmr" ]] && xinput --set-prop "ELAN0412:00 04F3:311D Touchpad" "libinput Tapping Enabled" 1
|