From: Nikolas Koesling <66275131+NikolasK-source@users.noreply.github.com> Date: Fri, 8 Jul 2022 22:17:32 +0000 (+0200) Subject: add config for ts3client (#131) X-Git-Tag: v0.2.0.2~180 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/46d1d01162fd2233bb9971da996eda4463f46a8b?ds=sidebyside add config for ts3client (#131) --- diff --git a/programs/ts3client.json b/programs/ts3client.json new file mode 100644 index 0000000..fcbf710 --- /dev/null +++ b/programs/ts3client.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.ts3client", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport TS3_CONFIG_DIR=$XDG_CONFIG_HOME/ts3client```\n" + } + ], + "name": "ts3client" +}