From: Robby Thompson Date: Tue, 5 Dec 2023 21:31:04 +0000 (-0500) Subject: mark zoom as not `movable` X-Git-Tag: v0.2.0.2~6^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/8e32e725b8eee1cd7abb3b744a1272d4f50d20a8 mark zoom as not `movable` moving `$HOME/.zoom` and setting `$SSB_HOME` doesn't really do anything --- diff --git a/programs/zoom.json b/programs/zoom.json index d06a39a..735d939 100644 --- a/programs/zoom.json +++ b/programs/zoom.json @@ -3,7 +3,7 @@ "files": [ { "path": "$HOME/.zoom", - "movable": true, + "movable": false, "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" } ]