Skip to content

0.4 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@NF02 NF02 released this 04 Dec 14:30
· 10 commits to main since this 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