linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / tools / inputmethods / libinput-gestures / 0001-hardcode-name.patch
blob4655879149d23ee04a9cd964de78c62e61eea5f5
1 diff --git a/libinput-gestures b/libinput-gestures
2 index 66479b6..aca94ac 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
9 -PROG = Path(sys.argv[0]).stem
10 +PROG = "libinput-gestures"
12 # Conf file containing gesture commands.
13 # Search first for user file then system file.