dots/.config/systemd/user/wacom.service

12 lines
220 B
INI

[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