OSDN Git Service

New service: touchegg.
authormobinmob <mobinmob@disroot.org>
Wed, 20 Oct 2021 16:04:51 +0000 (19:04 +0300)
committermobinmob <mobinmob@disroot.org>
Wed, 20 Oct 2021 16:04:51 +0000 (19:04 +0300)
usr/share/66/service/touchegg [new file with mode: 0644]

diff --git a/usr/share/66/service/touchegg b/usr/share/66/service/touchegg
new file mode 100644 (file)
index 0000000..4f05a02
--- /dev/null
@@ -0,0 +1,9 @@
+[main]
+@type = classic
+@version = 0.0.1
+@description = "touchegg multitouch gesture recognizer daemon"
+@user = ( root )
+
+[start]
+@runas = _touchegg:input
+@execute = ( touchegg --daemon )