change exteral lynx viewer to chrome

main
Rob Muhlestein 11 months ago
parent 81510daa28
commit ac22cf7888

@ -2303,9 +2303,6 @@ SCAN_FOR_BURIED_NEWS_REFS:FALSE
# #
#XLOADIMAGE_COMMAND:xli %s & #XLOADIMAGE_COMMAND:xli %s &
# https://github.com/rwxrob/dot/blob/main/scripts/open
XLOADIMAGE_COMMAND:open %s &
.h2 VIEWER .h2 VIEWER
# MIME types may be assigned to external viewers using # MIME types may be assigned to external viewers using
# the VIEWER definition. # the VIEWER definition.
@ -2362,8 +2359,7 @@ XLOADIMAGE_COMMAND:open %s &
# The global and personal MAILCAP files allow you to specify external # The global and personal MAILCAP files allow you to specify external
# viewers to be spawned when Lynx encounters different MIME types, which # viewers to be spawned when Lynx encounters different MIME types, which
# will override any of the suffix maps in this (lynx.cfg) configuration # will override any of the suffix maps in this (lynx.cfg) configuration
# file, or in src/HTInit.c. See # file, or in src/HTInit.c. See .url http://tools.ietf.org/html/rfc1524
.url http://tools.ietf.org/html/rfc1524
# and the example mailcap file in the samples subdirectory. # and the example mailcap file in the samples subdirectory.
# #
# Unix: # Unix:
@ -3124,7 +3120,7 @@ NESTED_TABLES: false
# enabled), see the KEYMAP section above. # enabled), see the KEYMAP section above.
# #
#EXTERNAL:ftp:wget %s &:TRUE #EXTERNAL:ftp:wget %s &:TRUE
EXTERNAL:http:open %s &:TRUE EXTERNAL:http:google-chrome %s &:TRUE
.h2 EXTERNAL_MENU .h2 EXTERNAL_MENU
# Like EXTERNAL, but allows customizing the menu name. # Like EXTERNAL, but allows customizing the menu name.

Loading…
Cancel
Save