An open API service indexing awesome lists of open source software.

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

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)

[![img](https://coronasoftware.net/s/sLogo.png)](https://coronasoftware.net)