I had to install these packages along the process. I'm on Fedora 36 though, so package names may vary depending on what distro you're on:
protontricksmingw64-gcc-c++mingw64-winpthreads-static
| #!/bin/bash | |
| # mapwacom script | |
| ### Original scrip modified by Wild Penguin | |
| ### Now can reduce screen area instead of drawable area on tablet | |
| ### Also detects rotation and adjusts accordingly | |
| ### NEW BUGS: PROBABLE | |
| MAPWACOM=$(basename $0) |