Add 'wacom' systemd user service

This commit is contained in:
2022-05-11 11:22:59 +02:00
parent 7ca492c053
commit 2d5b7eed82

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Configure my Wacom tablet
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=oneshot
ExecStart=/home/h/.bin/set-wacom-draw-area
[Install]
WantedBy=graphical-session.target