From: MonkeysAreEvil <36315263+MonkeysAreEvil@users.noreply.github.com> Date: Thu, 9 Jun 2022 13:33:24 +0000 (+1000) Subject: Add configs for ${HOME}/.icons, distcc, awesome, luarocks, (#89) X-Git-Tag: v0.2.0.1~25 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/b32b5f5849dbf6d5c90738756944acb19815d652 Add configs for ${HOME}/.icons, distcc, awesome, luarocks, (#89) ${HOME}/.Wolfram, mono, pandoc, skrooge, tigervnc, VESTA, and zoom. --- diff --git a/programs/awesome.json b/programs/awesome.json new file mode 100644 index 0000000..d248e5b --- /dev/null +++ b/programs/awesome.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.awesome-errors", + "movable": true, + "help": "Update /etc/X11/Sessions/awesome and edit the line like \n\n```\nfor errfile in \"$HOME/.awesome-errors\" \"${TMPDIR-/tmp}/awesome-$USER\" \"/tmp/awesome-$USER\"\n```\n\nto read\n\n```\nfor errfile in $XDG_CACHE_HOME/awesome/errors\n\n```\n\n" + } + ], + "name": "awesome" +} diff --git a/programs/distcc.json b/programs/distcc.json new file mode 100644 index 0000000..9738733 --- /dev/null +++ b/programs/distcc.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.distcc", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport DISTCC_DIR=\"$XDG_CONFIG_HOME\"/distcc\n```\n" + } + ], + "name": "distcc" +} diff --git a/programs/icons.json b/programs/icons.json new file mode 100644 index 0000000..bca705a --- /dev/null +++ b/programs/icons.json @@ -0,0 +1,10 @@ +{ + "name": "icons", + "files": [ + { + "path": "${HOME}/.icons", + "movable": true, + "help": "Supported\n\nThe file ${HOME}/.icons can be moved to ${XDG_DATA_HOME}/icons.\n" + } + ] +} diff --git a/programs/lua.json b/programs/lua.json index a44cd50..2a62e3e 100644 --- a/programs/lua.json +++ b/programs/lua.json @@ -4,7 +4,12 @@ "help": "Currently unsupported. No information found.\n", "movable": false, "path": "$HOME/.luahistory" - } + }, + { + "path": "$HOME/.luarocks", + "movable": true, + "help": "Supported\n\nThe file ${HOME}/.luarocks can be moved to ${XDG_CONFIG_HOME}/luarocks.\n\n" + } ], "name": "lua" -} \ No newline at end of file +} diff --git a/programs/mathematica.json b/programs/mathematica.json index 5b15e4e..136b84e 100644 --- a/programs/mathematica.json +++ b/programs/mathematica.json @@ -4,7 +4,12 @@ "path": "$HOME/.Mathematica", "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport MATHEMATICA_USERBASE=\"$XDG_CONFIG_HOME\"/mathematica\n```\n" + }, + { + "path": "$HOME/.Wolfram", + "movable": false, + "help": "Currently unsupported. No information found.\n" } ], "name": "mathematica" -} \ No newline at end of file +} diff --git a/programs/mono.json b/programs/mono.json new file mode 100644 index 0000000..fd5724c --- /dev/null +++ b/programs/mono.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.mono", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mono/mono/pull/12764\n" + } + ], + "name": "mono" +} diff --git a/programs/pandoc.json b/programs/pandoc.json new file mode 100644 index 0000000..826d3ba --- /dev/null +++ b/programs/pandoc.json @@ -0,0 +1,10 @@ +{ + "name": "pandoc", + "files": [ + { + "path": "$HOME/.pandoc", + "movable": true, + "help": "Supported\n\nThe file ${HOME}/.pandoc can be moved to ${XDG_DATA_HOME}/pandoc.\n" + } + ], +} diff --git a/programs/skrooge.json b/programs/skrooge.json new file mode 100644 index 0000000..5ee58d4 --- /dev/null +++ b/programs/skrooge.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.skrooge", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://bugs.kde.org/show_bug.cgi?id=454965\n" + } + ], + "name": "skrooge" +} diff --git a/programs/tigervnc.json b/programs/tigervnc.json new file mode 100644 index 0000000..2ea8118 --- /dev/null +++ b/programs/tigervnc.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.vnc", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/TigerVNC/tigervnc/issues/1195\n" + } + ], + "name": "tigervnc" +} diff --git a/programs/vesta.json b/programs/vesta.json new file mode 100644 index 0000000..64fc11b --- /dev/null +++ b/programs/vesta.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.vesta", + "movable": false, + "help": "Currently unsupported. No information found. \n" + } + ], + "name": "tigervnc" +} diff --git a/programs/zoom.json b/programs/zoom.json new file mode 100644 index 0000000..ac031bf --- /dev/null +++ b/programs/zoom.json @@ -0,0 +1,9 @@ +{ + "files": [ + { + "path": "$HOME/.zoom", + "movable": true, + "help": "Unrecommended: setting the following variable moves the contents of .zoom but the directory itself always gets created. Moreover, it breaks some functionalities eg. being able to start a meeting:\n\n```bash\nexport SSB_HOME=\"$XDG_DATA_HOME\"/zoom\n```\n" + } + ] +}