2018-02-06 23:50:46 +00:00
|
|
|
diff --git a/libinput-gestures b/libinput-gestures
|
2018-10-18 22:40:01 +01:00
|
|
|
index 66479b6..aca94ac 100755
|
2018-02-06 23:50:46 +00:00
|
|
|
--- 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.
|