From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:17:41 +0000 (+0100) Subject: Merge pull request #334 from Zweihander-Main/mtpaint2 X-Git-Tag: v0.2.0.2~12 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/567269afb16d4ac06e2eaaea55a0a86c56288b28?hp=45930c4bf5ad38a1266e120c2f2a9d040aa52f76 Merge pull request #334 from Zweihander-Main/mtpaint2 Add mtPaint --- diff --git a/programs/mtpaint.json b/programs/mtpaint.json new file mode 100644 index 0000000..5568531 --- /dev/null +++ b/programs/mtpaint.json @@ -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" +} +