Ubuntu Touchscreen disabler
Ubuntu Touchscreen disabler helps to temporarily disable touchscreen in your Ubuntu device. This is written in golang. So you should have golang installed on your device.
Dependencies
Install
- Make sure you have Golang installed on your system.
- Provide required permissions with:
sudo chmod +x scripts/*.sh
- Then run
go run main.go
to disable touchscreen.