]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Added configuration file for x2go
authorEryk Skalinski <eskalinski@protonmail.com>
Sat, 14 May 2022 13:38:51 +0000 (14:38 +0100)
committerEryk Skalinski <eskalinski@protonmail.com>
Sat, 14 May 2022 13:38:51 +0000 (14:38 +0100)
programs/x2go.json [new file with mode: 0644]

diff --git a/programs/x2go.json b/programs/x2go.json
new file mode 100644 (file)
index 0000000..b7fa704
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "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"
+        }
+    ],
+    "name": "x2goclient"
+}