Skip to content

nyyakko/xsetwacomgui

Repository files navigation

XSetWacomGUI

A graphical xsetwacom wrapper for ease of use.

preview

Warning

Wayland is not supported! check this issue to understand why.

Dependencies

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-dev

and, of course, a X11 installation with xsetwacom available. If not available, you can install with the following command:

sudo apt install xserver-xorg-input-wacom

for non debian based distros, refer to your package manager for equivalent packages.

Building

You will need to have a C++23 compiler installed.

python configure.py && python build.py

to build and install the release version,

python configure.py release && python build.py
python install.py

Documentation

For cli documentation, read the docs available at the documentation folder.

Contributing

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.

About

A graphical xsetwacom wrapper for ease of use

Resources

License

Stars

Watchers

Forks

Contributors