]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
More inline with the rest of the configs
authorb3nj4m1n <b3nj4m1n@gmx.net>
Sat, 14 May 2022 16:43:17 +0000 (18:43 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Sat, 14 May 2022 16:43:17 +0000 (18:43 +0200)
programs/newsboat.json
programs/x2go.json

index 1deb13bbe5171b0f7cb1058cbf7b6e3755ba947d..ff7900d5fcf5471e8c5b34a75110b7d798826614 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.newsboat",
             "movable": true,
-            "help": "If XDG Base Directory Variables are set simply move:\n\n config, urls to:\n\n$XDG_CONFIG_HOME/newsboat\n\n cache.db, history.search, history.cmdline, queue to:\n\n$XDG_DATA_HOME/newsboat\n"
+            "help": "If the XDG environment variables are set, simply move the configuration files.\n\n_Note: configuration and urls should go to **$XDG_CONFIG_HOME/newsboat**_\n\n_Note: cache.db, history.search, history.cmdline, queue should go to **$XDG_DATA_HOME/newsboat**_\n"
         }
     ],
     "name": "newsboat"
index b7fa70429d5bf38c13269f8e0779763381cd37ea..c5fb4501c63054a9dd440a41fa7f521d730e94c6 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.x2goclient",
             "movable": true,
-            "help": "Config location can be specified:\n\n```bash\nalias x2goclient=\"x2goclient --home=$HOME/.config\"\n```\n\n_Note: This will not work unless calling from terminal._\n"
+            "help": "Alias x2goclient to use a custom configuration location:\n\n```bash\nalias x2goclient=\"x2goclient --home=$XDG_CONFIG_HOME\"\n```\n"
         }
     ],
     "name": "x2goclient"