From 215095c70c034c5e653d3ba97c7f442128a5a037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zweih=C3=A4nder?= Date: Mon, 27 Nov 2023 22:32:34 -0500 Subject: [PATCH] Add mtPaint --- programs/mtpaint.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/mtpaint.json diff --git a/programs/mtpaint.json b/programs/mtpaint.json new file mode 100644 index 00000000..c2506bd4 --- /dev/null +++ b/programs/mtpaint.json @@ -0,0 +1,10 @@ +{ + "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" +}