Skip to content

Releases: NF02/dmenuWacom

0.4 beta

04 Dec 14:30
Compare
Choose a tag to compare
0.4 beta Pre-release
Pre-release

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

28 Feb 21:39
Compare
Choose a tag to compare

It is an improved version that introduces:

  1. history;
  2. screen locking;
  3. 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

10 Jan 19:41
Compare
Choose a tag to compare
  • Optimization of the script to make it compatible even with other models of graphics tablets.