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

16 lines
359 B
INI
Raw Normal View History

2022-05-11 11:22:59 +02:00
[Unit]
Description=Configure my Wacom tablet
2022-05-14 15:45:42 +02:00
After=default.target
PartOf=default.target
2022-05-11 11:22:59 +02:00
[Service]
Type=oneshot
2022-05-14 15:45:42 +02:00
Environment=XAUTHORITY=/home/h/.Xauthority
Environment=DISPLAY=:0
ExecStartPre=/bin/sleep 3
2022-05-11 11:22:59 +02:00
ExecStart=/home/h/.bin/set-wacom-draw-area
[Install]
2022-05-14 15:45:42 +02:00
WantedBy=default.target
WantedBy=sys-devices-pci0000:00-0000:00:08.1-0000:04:00.3-usb1-1\x2d2.device