Add 'wacom' systemd user service
parent
7ca492c053
commit
2d5b7eed82
|
@ -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
|
Loading…
Reference in New Issue