Write scripts for setting up wacom tablet and maptool

This commit is contained in:
2021-04-16 14:38:33 +01:00
parent 6516ff47b9
commit 4c6652a20f
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Configure Wacom tablet
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=oneshot
ExecStart=/home/chris/.local/bin/initwacom
[Install]
WantedBy=graphical-session.target