dotfiles

Cross platform dotfiles for linux, mac and windows

commit 144da22766413990be11eb8fb4c9cdb51616ad58
parent 518916328feadb8694cbeaf455994a22af0e11aa
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Wed, 24 Nov 2021 21:05:45 +0530

Enable session and bookmark file for lynx

Better link viewability for lynx
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