Skip to content

A service to make a wacom tablet's draw area follow the mouse.

License

Notifications You must be signed in to change notification settings

ep12/wacom_follow_focus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

wacom follow focus

A service to make a wacom tablet's draw area follow the mouse.

Installation (Linux)

  • Clone this repository: git clone https://www.github.com/ep12/wacom_follow_focus
  • Link the service script and make it executable:
ln -s wacom_follow_focus/service.py "~/.local/bin/wacom_ff"
chmod a+x wacom_follow_focus/service.py
  • start the service: e. g. wacom_ff --device 'Wacom Intuos BT S Pen stylus' &
  • Configure your window manager to send SIGALRM if your mouse moves to another screen and SIGPOLL if a new monitor was configured.
  • Have fun

Logs

Logs can be found here: ~/.local/share/wacom_ff/service.log

Usage

usage: wacom_ff [-h] [--every N] [--log-level LOG_LEVEL] --device DEVICE [--always-poll]

optional arguments:
  -h, --help            show this help message and exit
  --every N             Automatically update ever N seconds
  --log-level LOG_LEVEL
                        Set log level (high values mean quiet operation)
  --device DEVICE       Which wacom device to handle
  --always-poll         Wether to always reload the monitor configuration (slower)

Releases

No releases published

Packages

No packages published

Languages