]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
mark zoom as not `movable`
authorRobby Thompson <robsdudeson@gmail.com>
Tue, 5 Dec 2023 21:31:04 +0000 (16:31 -0500)
committerRobby Thompson <robsdudeson@gmail.com>
Tue, 5 Dec 2023 21:31:04 +0000 (16:31 -0500)
moving `$HOME/.zoom` and setting `$SSB_HOME` doesn't really do anything

programs/zoom.json

index d06a39a261e73764a08ceb666ab3647845ce83eb..735d93907dc1778da58f9515c563a1c5f98241b4 100644 (file)
@@ -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"
                }
        ]