From 8e32e725b8eee1cd7abb3b744a1272d4f50d20a8 Mon Sep 17 00:00:00 2001 From: Robby Thompson Date: Tue, 5 Dec 2023 16:31:04 -0500 Subject: [PATCH] mark zoom as not `movable` moving `$HOME/.zoom` and setting `$SSB_HOME` doesn't really do anything --- programs/zoom.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] -- 2.47.3