From: b3nj4m1n Date: Wed, 14 Dec 2022 21:07:32 +0000 (+0100) Subject: Merge branch 'main' of github.com:b3nj5m1n/xdg-sidekick X-Git-Tag: v0.2.0.2~111 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/ea169ef8ff405ebbfbfcdd105e3a3b755e81396f?hp=3912631ac1beed5871096a2a1b18f4a5147aabe6 Merge branch 'main' of github.com:b3nj5m1n/xdg-sidekick --- diff --git a/programs/asymptote.json b/programs/asymptote.json new file mode 100644 index 0000000..608e897 --- /dev/null +++ b/programs/asymptote.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.asy", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport ASYMPTOTE_HOME=\"$XDG_CONFIG_HOME\"/asymptote\n```\n" + } + ], + "name": "asymptote" +} diff --git a/programs/bytecode-viewer.json b/programs/bytecode-viewer.json new file mode 100644 index 0000000..33e5c27 --- /dev/null +++ b/programs/bytecode-viewer.json @@ -0,0 +1,10 @@ +{ + "name": "bytecode viewer", + "files": [ + { + "path": "$HOME/.Bytecode-Viewer", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/Konloch/bytecode-viewer/issues/250\n" + } + ] +} diff --git a/programs/imwheel.json b/programs/imwheel.json new file mode 100644 index 0000000..56bb7e0 --- /dev/null +++ b/programs/imwheel.json @@ -0,0 +1,10 @@ +{ + "name": "imwheel", + "files": [ + { + "path": "$HOME/.imwheelrc", + "movable": false, + "help": "imwheel does not does not support changing the config file location, but you can configure it through a global config file, probably stored at `/etc/X11/imwheel/imwheelrc`.\n```\n" + } + ] +} diff --git a/programs/minecraft.json b/programs/minecraft.json index 8003f2b..a0266e4 100644 --- a/programs/minecraft.json +++ b/programs/minecraft.json @@ -5,6 +5,11 @@ "path": "$HOME/.minecraft", "movable": true, "help": "Most launchers support moving this directory:\n\n - Official launcher:\n\nSet directory path with --workDir flag.\n\n - TLauncher:\n\nChange directory path in settings.\n" + }, + { + "path": "$HOME/.betacraft", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/Moresteck/BetaCraft-Launcher-Java/issues/193\n" } ] } diff --git a/programs/wakatime.json b/programs/wakatime.json new file mode 100644 index 0000000..fa3c078 --- /dev/null +++ b/programs/wakatime.json @@ -0,0 +1,25 @@ +{ + "name": "wakatime", + "files": [ + { + "path": "$HOME/.wakatime.cfg", + "movable": true, + "help": "export WAKATIME_HOME='$XDG_CONFIG_HOME/wakatime'\n\nThe directory needs to be created manually\n\nmkdir '$XDG_CONFIG_HOME/wakatime'" + }, + { + "path": "$HOME/.wakatime.data", + "movable": true, + "help": "export WAKATIME_HOME='$XDG_CONFIG_HOME/wakatime'\n\nThe directory needs to be created manually\n\nmkdir '$XDG_CONFIG_HOME/wakatime'" + }, + { + "path": "$HOME/.wakatime.db", + "movable": true, + "help": "export WAKATIME_HOME='$XDG_CONFIG_HOME/wakatime'\n\nThe directory needs to be created manually\n\nmkdir '$XDG_CONFIG_HOME/wakatime'" + }, + { + "path": "$HOME/.wakatime.log", + "movable": true, + "help": "export WAKATIME_HOME='$XDG_CONFIG_HOME/wakatime'\n\nThe directory needs to be created manually\n\nmkdir '$XDG_CONFIG_HOME/wakatime'" + } + ] +} \ No newline at end of file