Merge pull request #97 from outis1one/claude/gifted-bohr-dfzdig

fix: correct xorg MatchProduct glob pattern for Wacom touch config
This commit is contained in:
Outis
2026-06-16 09:13:53 -04:00
committed by GitHub
+2 -2
View File
@@ -7373,7 +7373,7 @@ LAUNCHER
sudo tee /etc/X11/xorg.conf.d/99-wacom-touch.conf > /dev/null <<'WACFG'
Section "InputClass"
Identifier "Wacom Touch Settings"
MatchProduct "Wacom.*Finger"
MatchProduct "Wacom*Finger*"
Driver "wacom"
Option "Gesture" "on"
Option "Touch" "on"
@@ -11305,7 +11305,7 @@ upgrade_kiosk() {
sudo tee /etc/X11/xorg.conf.d/99-wacom-touch.conf > /dev/null <<'WACFG'
Section "InputClass"
Identifier "Wacom Touch Settings"
MatchProduct "Wacom.*Finger"
MatchProduct "Wacom*Finger*"
Driver "wacom"
Option "Gesture" "on"
Option "Touch" "on"