This repo contains various simple scripts that make it easier to work with Wacom devices on Linux! Feel free to star the repo if it helped you out.
Some basic features include:
- Mapping the tablet's surface area to a specific monitor
- Matching aspect ratio to monitor's aspect ratio
Please ensure all of the following programs are installed before running the script:
- bc
- gawk
- xorg-xrandr
- xf86-input-wacom
- fzf [Optional]
- Used for selecting monitor
$ sudo pacman -S bc gawk xf86-input-wacom fzf
Just download, chmod, and execute!
$ curl https://raw.githubusercontent.com/Shinji322/wacom-scripts/main/wacom -o $HOME/.local/bin/wacom
$ chmod u+x $HOME/.local/bin/wacom
$ wacom # tadah!