From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:19:04 +0000 (+0100) Subject: Merge pull request #335 from tunalad/main X-Git-Tag: v0.2.0.2~11 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/b6994d112af7299d4246589291cbb13c8feb2b6e?hp=a691baebe5bfe2f571b9c6b725ba8c6f9bf0402a Merge pull request #335 from tunalad/main Add .pkg-cache --- 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" +} + diff --git a/programs/openjfx.json b/programs/openjfx.json new file mode 100644 index 0000000..ab8dea9 --- /dev/null +++ b/programs/openjfx.json @@ -0,0 +1,10 @@ +{ + "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" +}