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

12 lines
220 B
INI
Raw Normal View History

2022-05-11 11:22:59 +02:00
[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