summarylogtreecommitdiffstats
path: root/dispad.conf.example
diff options
context:
space:
mode:
authorLamelos2018-11-07 09:05:30 +0100
committerThomas Rijpstra2018-11-07 09:28:06 +0100
commit2b7821950313878a0ac9f3373fba4a5974ff23ca (patch)
tree4d61bd1a12735558ef08d163906efe996f8bc822 /dispad.conf.example
downloadaur-2b7821950313878a0ac9f3373fba4a5974ff23ca.tar.gz
Initial commit
Diffstat (limited to 'dispad.conf.example')
-rw-r--r--dispad.conf.example44
1 files changed, 44 insertions, 0 deletions
diff --git a/dispad.conf.example b/dispad.conf.example
new file mode 100644
index 000000000000..6c46bcd6d372
--- /dev/null
+++ b/dispad.conf.example
@@ -0,0 +1,44 @@
+# property
+#
+# The name of the XInput property which is used to disable/enable the
+# trackpad(s). dispad will modify this property on all trackpad devices which
+# contain it. String value. Defaults to "Trackpad Disable Input".
+#property="Trackpad Disable Input".
+
+# enable
+#
+# The specified XInput property is set to this value when enabling trackpad
+# input. Unsigned 8-bit integer value. Defaults to 0.
+#enable=0
+
+# disable
+#
+# The specified XInput property is set to this value when disabling trackpad
+# input. Unsigned 8-bit integer value. Defaults to 1.
+#disable=1
+
+# modifiers
+#
+# Whether or not modifier keys (alt, ctrl, etc) should affect the trackpad
+# state. Boolean value. Defaults to false.
+#modifiers=false
+
+# poll
+#
+# How long (in milliseconds) that dispad will wait after polling the keyboard
+# before polling again. Integer value. Defaults to 100.
+#poll=100
+
+# delay
+#
+# How long after the trackpad(s) should be disabled after a keystroke. Integer value. Defaults to 1000.
+#delay=1000
+
+# pidfile
+#
+# The location of the PID file dispad will create when running. If this option
+# is commented or not present then a PID file will not be created. dispad will
+# remove this file if it shuts down cleanly. If dispad is configured to create
+# a PID file and that PID file already exists it will refuse to start. By
+# default this option is not set.
+pidfile=/run/dispad/dispad.pid