]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #334 from Zweihander-Main/mtpaint2
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Wed, 29 Nov 2023 13:17:41 +0000 (14:17 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 13:17:41 +0000 (14:17 +0100)
Add mtPaint

programs/mtpaint.json [new file with mode: 0644]

diff --git a/programs/mtpaint.json b/programs/mtpaint.json
new file mode 100644 (file)
index 0000000..5568531
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.mtpaint",
+            "movable": true,
+            "help": "mtPaint supports setting its config file path through a system-wide configuration file.\n\nCreate file `/etc/mtpaint/mtpaintrc` and add the following contents:\n\n```userINI = ~/.config/mtpaint```\n\n*Relevant issue:* https://github.com/wjaguar/mtPaint/issues/22"
+        }
+    ],
+    "name": "mtPaint"
+}
+