This commit is contained in:
2023-08-19 14:18:00 -07:00
commit 99e84b3f3c
4 changed files with 118 additions and 0 deletions

11
kill-touchscreen.service Normal file
View File

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