https://github.com/elementary/switchboard-plug-wacom
Manage drawing tablets and Wacom devices
https://github.com/elementary/switchboard-plug-wacom
gtk gtk3 hacktoberfest meson switchboard vala
Last synced: 5 months ago
JSON representation
Manage drawing tablets and Wacom devices
- Host: GitHub
- URL: https://github.com/elementary/switchboard-plug-wacom
- Owner: elementary
- License: gpl-3.0
- Created: 2019-07-16T07:18:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T06:47:53.000Z (6 months ago)
- Last Synced: 2025-05-14T07:47:36.037Z (6 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, switchboard, vala
- Language: Vala
- Homepage: https://elementary.io
- Size: 614 KB
- Stars: 20
- Watchers: 24
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Wacom Settings
[](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

## Building and Installation
You'll need the following dependencies:
* libadwaita-1-dev
* libswitchboard-3-dev
* libgranite-7-dev
* libwacom-dev
* libgudev-1.0-dev
* libx11-dev
* libxi-dev
* meson
* valac
Run `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninja
To install, use `ninja install`
ninja install
To test Wacom plug without a tablet or pen use [hid-replay](https://github.com/hidutils/hid-replay/). The `hid-replay` repository releases page contains prebuilt binaries.
Remember to also clone [wacom-recordings](https://github.com/whot/wacom-recordings).
```
sudo hid-replay wacom-recordings/Wacom\ Intuos\ Pro\ M/pen.pen-light-horizontal.hid
```