Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 296 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 296 Bytes

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