From: Sunny <8181990+TheLastZombie@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:15:39 +0000 (+0000) Subject: Update Jameica (#455) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9891866d01ed22bd3e26fbc92c6bac17ab7d7d6e Update Jameica (#455) * Update Jameica * Update `movable` field for Jameica --- diff --git a/programs/jameica.json b/programs/jameica.json index 8661692..4c05dce 100644 --- a/programs/jameica.json +++ b/programs/jameica.json @@ -4,12 +4,12 @@ { "path": "$HOME/.jameica", "movable": true, - "help": "The path to this directory can be adjusted freely inside _.jameica.properties_.\n" + "help": "The path to this directory can be adjusted freely inside _jameica.properties_.\n" }, { "path": "$HOME/.jameica.properties", - "movable": false, - "help": "Currently unsupported.\n" + "movable": true, + "help": "XDG is supported out-of-the-box since version 2.10.5, we can simply move the file to _$XDG_CONFIG_HOME/jameica.properties_.\n" } ] }