Skip to content

Commit

Permalink
Merge pull request #340 from robsdudeson/warn-zoom
Browse files Browse the repository at this point in the history
mark zoom as not `movable`
  • Loading branch information
b3nj5m1n authored Dec 6, 2023
2 parents daead5d + 8e32e72 commit 74dd300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/zoom.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down

0 comments on commit 74dd300

Please sign in to comment.