]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #18 from Vikingat-RAGE/main
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Sat, 14 May 2022 16:36:03 +0000 (18:36 +0200)
committerGitHub <noreply@github.com>
Sat, 14 May 2022 16:36:03 +0000 (18:36 +0200)
Added configuration file for x2go

programs/newsboat.json [new file with mode: 0644]
programs/x2go.json [new file with mode: 0644]

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