From 40e9a143c3cbb65813a52f4929897cdff2d58525 Mon Sep 17 00:00:00 2001 From: Al-Hassan Abdel-Raouf Date: Wed, 14 Oct 2020 10:39:03 +0200 Subject: [PATCH] Sessions and Bookmarks in Lynx --- .config/lynx/lynx.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/lynx/lynx.cfg b/.config/lynx/lynx.cfg index 1d22bd5..4720e1c 100644 --- a/.config/lynx/lynx.cfg +++ b/.config/lynx/lynx.cfg @@ -243,7 +243,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # This definition will be overridden if a "LYNX_SAVE_SPACE" environment # variable has been set on Unix, or logical has been defined on VMS. # -#SAVE_SPACE:~/foo/ +SAVE_SPACE:Downloads .h2 REUSE_TEMPFILES # Lynx uses temporary files for (among other purposes) the content of @@ -306,7 +306,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # This setting is useful only if SESSION_FILE is defined here or in the user's # .lynxrc file. # -#AUTO_SESSION:FALSE +AUTO_SESSION:TRUE .h2 SESSION_FILE # SESSION_FILE defines the file name where lynx will store user sessions. @@ -323,7 +323,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # Users can still customize SESSION_FILE and AUTO_SESSION via # their .lynxrc file. # -#SESSION_FILE:lynx_session +SESSION_FILE:.config/lynx/lynx_session .h2 SESSION_LIMIT # SESSION_LIMIT defines maximum number of: searched strings, goto URLs, @@ -1411,7 +1411,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # The default is FALSE, so that the feature needs to be enabled here # explicitly if you want it. # -#PERSISTENT_COOKIES:FALSE +PERSISTENT_COOKIES:TRUE .h2 COOKIE_FILE # COOKIE_FILE is the default file from which persistent cookies are read @@ -1419,7 +1419,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # USE_PERSISTENT_COOKIES and the PERSISTENT_COOKIES option is enabled. # The cookie file can also be specified in .lynxrc or on the command line. # -#COOKIE_FILE:~/.lynx_cookies +COOKIE_FILE:.config/lynx/lynx_cookies .h2 COOKIE_SAVE_FILE # COOKIE_SAVE_FILE is the default file in which persistent cookies are @@ -1431,7 +1431,7 @@ DEFAULT_INDEX_FILE:http://scout.wisc.edu/ # COOKIE_FILE if it is not set. With a non-interactive Lynx session (e.g., # -dump), cookies will only be saved to file if COOKIE_SAVE_FILE is set. # -#COOKIE_SAVE_FILE:~/.lynx_cookies +COOKIE_SAVE_FILE:.config/lynx/lynx_cookies .h1 Mail-related @@ -1588,7 +1588,7 @@ DEFAULT_KEYPAD_MODE:LINKS_AND_FIELDS_ARE_NUMBERED # (see below), via the 'o'ptions menu, and can save those definitions # in the .lynxrc file. # -DEFAULT_BOOKMARK_FILE:~/.config/lynx/lynx_bookmarks.html +DEFAULT_BOOKMARK_FILE:.config/lynx/lynx_bookmarks.html .h2 MULTI_BOOKMARK_SUPPORT # If MULTI_BOOKMARK_SUPPORT is set TRUE, and BLOCK_MULTI_BOOKMARKS (see @@ -1945,7 +1945,7 @@ POSITIONABLE_EDITOR:vis # The user can also use the LYK_IMAGE_TOGGLE key (default `*') # or `Show Images' in the Form-based Options Menu. # -#MAKE_LINKS_FOR_ALL_IMAGES:FALSE +MAKE_LINKS_FOR_ALL_IMAGES:TRUE .h2 MAKE_PSEUDO_ALTS_FOR_INLINES # If MAKE_PSEUDO_ALTS_FOR_INLINES is FALSE, inline images which don't specify @@ -3829,4 +3829,4 @@ COLOR:6:brightred:black # # The default value FALSE disables this guess, telling Lynx to just assume that # "http:" was intended. -#GUESS_SCHEME:FALSE +GUESS_SCHEME:TRUE