--- /dev/null
+{
+ "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"
+}
+
--- /dev/null
+{
+ "files": [
+ {
+ "help": "**Disclaimer: some applications don't respect this setting.**\n\nExport the following environment variable:\n\n```bash\nexport _JAVA_OPTIONS=\"-Djava.util.prefs.userRoot=${XDG_CONFIG_HOME}/java -Djavafx.cachedir=${XDG_CACHE_HOME}/openjfx\"\n```\n\n_Relevant pull request:_ https://github.com/javafxports/openjdk-jfx/pull/300\n",
+ "movable": true,
+ "path": "$HOME/.openjfx"
+ }
+ ],
+ "name": "OpenJFX"
+}