]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #340 from robsdudeson/warn-zoom
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Wed, 6 Dec 2023 14:59:04 +0000 (15:59 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 14:59:04 +0000 (15:59 +0100)
mark zoom as not `movable`

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"
                }
        ]