From ac22cf7888864a56a7f2af4ce9d489a8acea6849 Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Thu, 20 Jul 2023 17:53:41 -0400 Subject: [PATCH] change exteral lynx viewer to chrome --- lynx/lynx.cfg | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lynx/lynx.cfg b/lynx/lynx.cfg index 979462e..dc772a1 100644 --- a/lynx/lynx.cfg +++ b/lynx/lynx.cfg @@ -2303,9 +2303,6 @@ SCAN_FOR_BURIED_NEWS_REFS:FALSE # #XLOADIMAGE_COMMAND:xli %s & -# https://github.com/rwxrob/dot/blob/main/scripts/open -XLOADIMAGE_COMMAND:open %s & - .h2 VIEWER # MIME types may be assigned to external viewers using # the VIEWER definition. @@ -2362,8 +2359,7 @@ XLOADIMAGE_COMMAND:open %s & # The global and personal MAILCAP files allow you to specify external # viewers to be spawned when Lynx encounters different MIME types, which # will override any of the suffix maps in this (lynx.cfg) configuration -# file, or in src/HTInit.c. See -.url http://tools.ietf.org/html/rfc1524 +# file, or in src/HTInit.c. See .url http://tools.ietf.org/html/rfc1524 # and the example mailcap file in the samples subdirectory. # # Unix: @@ -3124,7 +3120,7 @@ NESTED_TABLES: false # enabled), see the KEYMAP section above. # #EXTERNAL:ftp:wget %s &:TRUE -EXTERNAL:http:open %s &:TRUE +EXTERNAL:http:google-chrome %s &:TRUE .h2 EXTERNAL_MENU # Like EXTERNAL, but allows customizing the menu name.