at 18.09-beta 415 B view raw
1diff --git a/libinput-gestures b/libinput-gestures 2index f337ba3..fe56d66 100755 3--- a/libinput-gestures 4+++ b/libinput-gestures 5@@ -6,7 +6,7 @@ from collections import OrderedDict 6 from pathlib import Path 7 from distutils.version import LooseVersion as Version 8 9-PROG = Path(sys.argv[0]).stem 10+PROG = "libinput-gestures" 11 12 # Conf file containing gesture commands. 13 # Search first for user file then system file.