2020-04-24 23:36:52 +00:00
|
|
|
diff --git a/libinput-gestures b/libinput-gestures
|
2022-04-27 09:35:20 +00:00
|
|
|
index 78c7c28..da04007 100755
|
2020-04-24 23:36:52 +00:00
|
|
|
--- a/libinput-gestures
|
|
|
|
+++ b/libinput-gestures
|
2022-04-27 09:35:20 +00:00
|
|
|
@@ -27,7 +27,7 @@ except ImportError:
|
|
|
|
|
|
|
|
session_locked = False
|
|
|
|
|
|
|
|
-PROGPATH = Path(sys.argv[0])
|
|
|
|
+PROGPATH = Path("libinput-gestures")
|
|
|
|
PROGNAME = PROGPATH.stem
|
|
|
|
|
2020-04-24 23:36:52 +00:00
|
|
|
# Conf file containing gesture commands.
|