kill-touchscreen/kill-touchscreen.service
2023-08-19 14:18:00 -07:00

12 lines
191 B
Desktop File

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