Created
April 3, 2021 18:16
-
-
Save liyafe1997/559c9e3db6c871518cd8ea889996aa57 to your computer and use it in GitHub Desktop.
xinput set prop by device name and prop name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Don't hard code device id and prop id | |
bash -c "xinput --set-prop $(xinput list --id-only 'Elan Touchpad') 'libinput Tapping Enabled' 1; xinput --set-prop $(xinput list --id-only 'Elan Touchpad') 'libinput Tapping Drag Lock Enabled' 1;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment