A graphical xsetwacom wrapper for ease of use.
Warning
Wayland is not supported! check this issue to understand why.
Before building, make sure you have the following depencies installed on your system:
sudo apt install cmake ninja-build libfreetype6-dev libglu1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libudev-devand, of course, a X11 installation with xsetwacom available. If not available, you can install with the following command:
sudo apt install xserver-xorg-input-wacomfor non debian based distros, refer to your package manager for equivalent packages.
You will need to have a C++23 compiler installed.
python configure.py && python build.pyto build and install the release version,
python configure.py release && python build.py
python install.pyFor cli documentation, read the docs available at the documentation folder.
Just try to follow the general styling of the code and make sure to work in the devel branch. For submitting translations, check the languages folder.