commit 15c3fb9dd14900ea45a29c457e178ade1bc948d3
parent 1c3006f516d413195f2016f658b5f76d0012a8ee
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Wed, 24 Nov 2021 21:06:57 +0530
Merge pull request #21 from bharatvaj/macos
Enable session and bookmark file for lynx
Diffstat:
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.config/lynx/lynx.cfg b/.config/lynx/lynx.cfg
@@ -3,6 +3,13 @@ VI_KEYS_ALWAYS_ON:TRUE
ACCEPT_ALL_COOKIES:TRUE
TEXTFIELDS_NEED_ACTIVATION:TRUE
+AUTO_SESSION:TRUE
+SESSION_FILE:./.cache/lynx/lynx_session
+
+BOOKMARK_FILE:ON
+DEFAULT_BOOKMARK_FILE:./.cache/lynx/lynx_bookmarks.html
+PRETTYSRC:TRUE
+
UPDATE_TERM_TITLE:TRUE
DEFAULT_EDITOR:vim
EDITOR:vim
diff --git a/.config/lynx/lynx.lss b/.config/lynx/lynx.lss
@@ -12,7 +12,7 @@ ul: normal: brown
address: normal: magenta
title: normal: magenta
tt: dim: brightmagenta: black
-h1: bold: yellow: blue
+h1: bold: black: white
label: normal: magenta
q: normal: yellow: magenta
small: dim: default
@@ -28,7 +28,7 @@ tr: bold: brown
td: normal: default
br: normal: default
-alink: reverse: black: white
+alink: normal: black: lightgray
status: reverse: black: lightgray
alert: bold: yellow: red
whereis: reverse+underline: magenta: cyan