12 lines
220 B
INI
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
|