dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit ea6954c9c7d0f2cda3edc96bd003383645441a1b
parent a5e00ba062b32e9bca2d0ff9cf4aa5ae0b47f4ca
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 10 Dec 2020 10:40:17 +0100

plumb: open zoom links in zoom.sh wrapper

Diffstat:
M.local/bin/plumb | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.local/bin/plumb b/.local/bin/plumb @@ -249,8 +249,7 @@ handle_url() { regeximatch "$t" '\.webp$'; then if regeximatch "$t" '\.zoom\.us/'; then - export ENABLE_WASM=1 - detach chrome --enable-wasm "$t" + zoom.sh "$t" else detach $prefix $BROWSER "$t" fi