@hackage wacom-daemon0.1.0.0
Manage Wacom tablet settings profiles, including Intuos Pro ring modes
Categories
License
BSD-3-Clause
Maintainer
portnov@iportnov.ru
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Mon, 29 Feb 2016
Installation
Dependencies (16)
- base >=4.7 && <4.8
- bytestring >=0.10 && <0.11
- containers >=0.5 && <0.6
- directory >=1.2 && <1.3
- filepath >=1.3.0
- process >=1.2 && <1.3 Show all…
Dependents (1)
@hackage/acme-everything
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.