wacom-daemon

Manage Wacom tablet settings profiles, including Intuos Pro ring modes

https://github.com/portnov/wacom-intuos-pro-scripts

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Ilya Portnov
Maintained by [email protected]

This package provides a daemon process and a simple API to manage Wacom tablet settings profiles. Each profile is contains set of tablet settings: buttons mapping, touchpad configuration, etc. Modes for Intuos Pro Express Ring are also supported. The daemon detects tablet plug/unplug via udev and applies settings via xsetwacom command line utility. The API may be used to manage tablet settings from any haskell application, for example, XMonad. The package provides a daemon (hswcmd) which can manage tablet profiles for any lightweight desktop environment (without KDE/GNOME). The daemon is configured via YAML config file. Simple utility to manage tablet settings from command line (hswcmcli) interface is also provided.