Skip to content

A repo containing various scripts for making using wacom devices on linux even more convenient!

License

Notifications You must be signed in to change notification settings

thetwistedlogic/wacom-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Wacom Scripts

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.

Features

Some basic features include:

  • Mapping the tablet's surface area to a specific monitor
    • Matching aspect ratio to monitor's aspect ratio

Dependencies

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

Arch Linux

$ sudo pacman -S bc gawk xf86-input-wacom fzf

Running

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!

About

A repo containing various scripts for making using wacom devices on linux even more convenient!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages