https://github.com/mrdotx/wacom
configuration of the wacom tablet at startup and when connecting to the usb port
https://github.com/mrdotx/wacom
configuration rule script service shell systemd tablet udev
Last synced: about 5 hours ago
JSON representation
configuration of the wacom tablet at startup and when connecting to the usb port
- Host: GitHub
- URL: https://github.com/mrdotx/wacom
- Owner: mrdotx
- License: gpl-3.0
- Created: 2021-09-20T08:09:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-06-12T02:56:13.000Z (13 days ago)
- Last Synced: 2026-06-24T22:38:52.073Z (about 5 hours ago)
- Topics: configuration, rule, script, service, shell, systemd, tablet, udev
- Language: Shell
- Homepage: https://github.com/linuxwacom
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wacom
configuration of the wacom tablet at startup and/or connecting to the usb port
## install udev rule and service
- cp 99-wacom.rules /etc/udev/rules.d/99-wacom.rules
- cp wacom.service $HOME/.config/systemd/user/wacom.service
## enable service
- systemctl --user enable wacom.service