From: Zweihänder Date: Tue, 28 Nov 2023 03:41:13 +0000 (-0500) Subject: Add mtPaint X-Git-Tag: v0.2.0.2~12^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/2b30d3aec1ace974863fa11a0a8d5169cb4074cb 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" +} +