Write scripts for setting up wacom tablet and maptool
This commit is contained in:
11
.config/systemd/user/wacom.service
Normal file
11
.config/systemd/user/wacom.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Configure Wacom tablet
|
||||
After=graphical-session.target
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/chris/.local/bin/initwacom
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Reference in New Issue
Block a user