Add 'wacom' systemd user service

master
Hektor Misplon 2022-05-11 11:22:59 +02:00
parent 7ca492c053
commit 2d5b7eed82
1 changed files with 11 additions and 0 deletions

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