From 9891866d01ed22bd3e26fbc92c6bac17ab7d7d6e Mon Sep 17 00:00:00 2001 From: Sunny <8181990+TheLastZombie@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:15:39 +0000 Subject: [PATCH] Update Jameica (#455) * Update Jameica * Update `movable` field for Jameica --- programs/jameica.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ] } -- 2.47.3