aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user/syndaemon.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/syndaemon.service b/user/syndaemon.service
new file mode 100644
index 0000000..47bccb3
--- /dev/null
+++ b/user/syndaemon.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Disable touchpad on keyboard input
+ConditionFileIsExecutable=/usr/bin/syndaemon
+After=display-manager.service
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/syndaemon -m 150 -d -R -t
+Restart=always
+
+[Install]
+WantedBy=default.target