zora -> chromium
Jes Olson j3s@c3f.net
Tue, 10 Jan 2023 18:27:02 -0800
1 files changed,
1 insertions(+),
4 deletions(-)
jump to
M
bin/zora/xdg-open
→
bin/zora/xdg-open
@@ -1,13 +1,10 @@
#!/bin/sh case "${1%%:*}" in http|https) - exec firefox "$1" + exec chromium "$1" ;; *.pdf) exec zathura "$1" - ;; - slack) - exec chromium --app=https://digitalocean.slack.com --new-window "$1" ;; *) exec /usr/bin/xdg-open "$@"