From: Eryk Skalinski Date: Sat, 14 May 2022 13:38:51 +0000 (+0100) Subject: Added configuration file for x2go X-Git-Tag: v0.2.0.0~71^2~1 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/8f909046405f89c48ecc562011874167123f9f1e?ds=sidebyside Added configuration file for x2go --- diff --git a/programs/x2go.json b/programs/x2go.json new file mode 100644 index 0000000..b7fa704 --- /dev/null +++ b/programs/x2go.json @@ -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" +}