Created
February 23, 2022 12:08
-
-
Save xiongnemo/074c5dc61c2d7a61503507e9661d8702 to your computer and use it in GitHub Desktop.
Disable touchscreen on wayland (https://www.reddit.com/r/debian/comments/n9qu3f/how_to_disable_touchscreen_on_debian_wayland/)
This file contains 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
#/bin/sh | |
HID_MULTITOUCH_DEVICE_PATH=/sys/bus/hid/drivers/hid-multitouch/ | |
ls HID_MULTITOUCH_DEVICE_PATH | grep ":" | xargs echo > $HID_MULTITOUCH_DEVICE_PATH/unbind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment