HiDPI and fonts

This commit is contained in:
2021-05-16 12:43:18 +01:00
parent eaa1f41744
commit 63b0af4617
11 changed files with 32 additions and 18 deletions

5
.local/bin/setup/setupwacom Executable file
View File

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