libinput-gestures: init at 2.32

xf86-input-synaptics is unmaintained, and touchegg doesn't work with
the latest synaptics driver or libinput. Ideally DEs would implement this
themselves, but at least KDE/Plasma doesn't (yet)

0002-paths.patch was contributed by @peterhoeg.
This commit is contained in:
Teo Klestrup Röijezon
2018-02-07 00:50:46 +01:00
parent c4bd96ee17
commit cf5a17ed96
4 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/libinput-gestures b/libinput-gestures
index f337ba3..fe56d66 100755
--- a/libinput-gestures
+++ b/libinput-gestures
@@ -6,7 +6,7 @@ from collections import OrderedDict
from pathlib import Path
from distutils.version import LooseVersion as Version
-PROG = Path(sys.argv[0]).stem
+PROG = "libinput-gestures"
# Conf file containing gesture commands.
# Search first for user file then system file.