Changes to work with KDE

This commit is contained in:
2024-02-25 16:34:35 +00:00
parent 60beb9b694
commit 22a1f4d273
14 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
#! /bin/bash
doas tee /etc/udev/rules.d/99-wacom.rules <<HRD
sudo tee /etc/udev/rules.d/99-wacom.rules <<HRD
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="056a", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}+="wacom.service"
HRD