Skip to content

A program to use Xdotool and XsetWacom to configure the wacom tablet

Notifications You must be signed in to change notification settings

RyanGreenup/Wacom_Configure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wacom Configuration for Linux

A program to help write the command for xsetwacom in order to configure a wacom tablet on linux (see xsetwacom docs and the arch wiki article) for more information.

Usage

There are two working scripts One in go and another in bash.

Bash

This is more to illustrate how to use xsetwacom:

  1. Plugin wacom
  2. Confirm that it is detected by running xsetwacom --list
  3. Run one of the scripts with bash ./wacom_configure.bash or go run ./main.go 1. the bash script will only print what the commands should be where as the Go script will run them.
  4. Go will run the appropriate commands

NB

The ratio of the wacom tablet is hardcoded as a global variable in the scripts, It will be necessary to change that accordingly (or circles will become ovals).

About

A program to use Xdotool and XsetWacom to configure the wacom tablet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published