https://github.com/if1live/touchpad-control
Enable/Disable/Toggle touchpad
https://github.com/if1live/touchpad-control
Last synced: 2 months ago
JSON representation
Enable/Disable/Toggle touchpad
- Host: GitHub
- URL: https://github.com/if1live/touchpad-control
- Owner: if1live
- License: mit
- Created: 2017-10-06T04:46:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T05:06:00.000Z (over 7 years ago)
- Last Synced: 2025-02-02T18:14:37.569Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# touchpad-control
Enable/Disable/Toggle touchpad. Based on `xinput`
* Tested device
* Acer Chromebook R11## Usage
* enable touchpad : `./touchpad-control.sh 1`
* disable touchpad : `./touchpad-control.sh 0`
* toggle touchpad : `./touchpad-control.sh toggle`
* show touchpad enable state : `./touchpad-control.sh`