https://github.com/perehinik/mice-piper
Tool for configuring mouse buttons.
https://github.com/perehinik/mice-piper
linux mouse tool
Last synced: about 1 month ago
JSON representation
Tool for configuring mouse buttons.
- Host: GitHub
- URL: https://github.com/perehinik/mice-piper
- Owner: perehinik
- License: mit
- Created: 2025-10-12T18:02:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-14T05:19:18.000Z (9 months ago)
- Last Synced: 2025-10-14T06:04:08.409Z (9 months ago)
- Topics: linux, mouse, tool
- Language: Python
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mice Piper

Application for assigning functions to mouse buttons.
This app was created for Logitech MX Master 4.
But it should work with all versions of Logitech MX Master and any other mouse with custom buttons.
You can download latest release here: https://github.com/perehinik/mice-piper/releases
To install on Ubuntu, Mint or any other Debian based OS run
```bash
sudo apt install ./mice-piper_1.0.0_amd64.deb
```
## Usage
After installing the app it runs in the background on debian.
To check app status run
```bash
sudo systemctl status mice-piper
```
You can assign functions to buttons right after installation or by running:
```bash
sudo mice-piper -c
```