From 2b30d3aec1ace974863fa11a0a8d5169cb4074cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zweih=C3=A4nder?= Date: Mon, 27 Nov 2023 22:41:13 -0500 Subject: [PATCH] Add mtPaint --- programs/mtpaint.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 programs/mtpaint.json diff --git a/programs/mtpaint.json b/programs/mtpaint.json new file mode 100644 index 00000000..55685318 --- /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" +} +