Added configuration file for x2go
--- /dev/null
+{
+ "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"
+}
--- /dev/null
+{
+ "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"
+}