https://github.com/intendednull/linux-touchpad
Minimalistic, lightweight touchpad manager for linux systems
https://github.com/intendednull/linux-touchpad
auto disable linux mouse touchpad
Last synced: 9 months ago
JSON representation
Minimalistic, lightweight touchpad manager for linux systems
- Host: GitHub
- URL: https://github.com/intendednull/linux-touchpad
- Owner: intendednull
- License: mit
- Created: 2019-01-07T00:25:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T23:01:33.000Z (over 6 years ago)
- Last Synced: 2025-02-11T22:02:42.406Z (11 months ago)
- Topics: auto, disable, linux, mouse, touchpad
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple, lightweight command line utility for managing your touchpad.
- Disable when a mouse is detected.
- Enabled when no mice are detected.
- Toggle this behavior.
For a more feature-rich implementation, see [touchpad-indicator](https://launchpad.net/touchpad-indicator).
# Dependencies
Python 3.7
https://www.python.org/downloads/release/python-373/
Libinput
https://wiki.archlinux.org/index.php/Libinput
# Install
$ pip install linux-touchpad
# Usage
## Start
To begin the process, use this command:
$ python -m linux_touchpad start
## Toggle
Enabled the touchpad and ignore mouse events:
$ python -m linux_touchpad toggle
## Stop
$ python -m linux_touchpad stop
# Author
[Noah Corona](https://github.com/Zer0897)
[noah@coronasoftware.net](mailto:noah@coronasoftware.net)
[](https://coronasoftware.net)