Releases: NF02/dmenuWacom
Releases · NF02/dmenuWacom
0.4 beta
New feature
Profile model
It is a new feature and now it allows you to create profiles very quickly, obviously you have to use the xsetwacom syntax but it is certainly more practical than having to overwhelm the main script. Logically, the mode is apparently similar to the previous one but much better refined.
#!/bin/env zsh
PAD=$1
button1="<++>"
button2="<++>"
button3="<++>"
button4="<++>"
xsetwacom set "$PAD" Button 1 key $button1 &&
xsetwacom set "$PAD" Button 2 key $button2 &&
xsetwacom set "$PAD" Button 3 key $button3 &&
xsetwacom set "$PAD" Button 8 key $button4
Fix
A general correction of the most evident bugs and greater general stability
0.3 beta
It is an improved version that introduces:
- history;
- screen locking;
- various and possible fixes.
At the moment we are still quite far from a final version but it is starting to take shape. For the rest, the script will offer slightly more optimized and even new features, trying to make the user experience easier and easier.
dmenuWacom v0.2_beta
- Optimization of the script to make it compatible even with other models of graphics tablets.