12 lines
191 B
SYSTEMD
12 lines
191 B
SYSTEMD
|
[Unit]
|
||
|
Description=Disable the ****ing touchscreen
|
||
|
After=graphical.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/kill-touchscreen
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|