commit a110c6051b9789bf45f4467ce1dbd03d1d5e2e3a
parent 58fd93631f448231e0958e064dceed7c2649465e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 11 Dec 2020 08:11:48 +0100
Revert "plumb: open zoom links in zoom.sh wrapper"
This reverts commit ea6954c9c7d0f2cda3edc96bd003383645441a1b.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.local/bin/plumb b/.local/bin/plumb
@@ -249,7 +249,8 @@ handle_url() {
regeximatch "$t" '\.webp$'; then
if regeximatch "$t" '\.zoom\.us/'; then
- zoom.sh "$t"
+ export ENABLE_WASM=1
+ detach chrome --enable-wasm "$t"
else
detach $prefix $BROWSER "$t"
fi