Created
November 22, 2017 17:42
-
-
Save kodopik/68ba9a9cf7a8ba6327fac03db48efba4 to your computer and use it in GitHub Desktop.
Systemd service for MX1100 mouse hack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=g_hack: Additional mouse buttons | |
[Service] | |
Type=oneshot | |
ExecStart=/home/anton/bin/g_hack /dev/usb/hiddev0 0 | |
StandardOutput=null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment