]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
add config for ts3client (#131)
authorNikolas Koesling <66275131+NikolasK-source@users.noreply.github.com>
Fri, 8 Jul 2022 22:17:32 +0000 (00:17 +0200)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 22:17:32 +0000 (22:17 +0000)
programs/ts3client.json [new file with mode: 0644]

diff --git a/programs/ts3client.json b/programs/ts3client.json
new file mode 100644 (file)
index 0000000..fcbf710
--- /dev/null
@@ -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"
+}