summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-03-15 01:40:35 -0500
committerzachir <zachir@librem.one>2023-03-15 01:40:35 -0500
commite2ec88525f30c45772403e3a075f44b981366fe9 (patch)
tree5943d72e93fcbaa522cc119a35eaec3848822718
parentb9628ab8b8583fb6e37688acbf7d9f5139737b75 (diff)
make http use same progs as https in url_handler
-rwxr-xr-xurl_handler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/url_handler.sh b/url_handler.sh
index f8086b2..c959b22 100755
--- a/url_handler.sh
+++ b/url_handler.sh
@@ -29,7 +29,7 @@
# The lists of programs to be executed are
https_prgs="/home/zachir/.local/bin/scripts/bm:XW /usr/bin/lynx:XT"
-http_prgs="/usr/bin/lynx:XT /usr/X11R6/bin/netscape:XW"
+http_prgs="/home/zachir/.local/bin/scripts/bm:XW /usr/bin/lynx:XT"
mailto_prgs="/usr/bin/mutt:VT /usr/bin/elm:VT /usr/bin/pine:VT /usr/bin/mail:VT"
gopher_prgs="/usr/bin/lynx:XT /usr/bin/gopher:XT"
ftp_prgs="/usr/bin/lynx:XT /usr/bin/ncftp:XT"