summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-03 21:11:26 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-03 21:11:26 +0900
commit1fda6a1342b446a8ff557512423718b02bb8b6a8 (patch)
treea0d568e5fe173b03465b76d8ab8cbcbf7818ecc3
parent065a1bb2e6019079c7366056dc48b5d4435e4d53 (diff)
modified lf/lfrc, deleted lynx/lynx.cfg, modified shell/profile, created ar/.lynxrc
-rw-r--r--ar/.config/lf/lfrc3
-rw-r--r--ar/.config/shell/profile3
-rw-r--r--ar/.lynxrc (renamed from ar/.config/lynx/lynx.cfg)0
3 files changed, 1 insertions, 5 deletions
diff --git a/ar/.config/lf/lfrc b/ar/.config/lf/lfrc
index 8dff54f..86fbf6c 100644
--- a/ar/.config/lf/lfrc
+++ b/ar/.config/lf/lfrc
@@ -291,9 +291,8 @@ cmd open ${{
done &
;;
text/csv) sc-im $fx;;
- text/xml) lynx $fx;;
+ text/html|text/xml) lynx $fx;;
text/troff) groff -mom $fx -Tpdf | zathura - ;;
- text/html) w3m -no-cookie -graph -no-proxy $fx ;;
text/*|application/json|inode/x-empty|application/x-subrip) $EDITOR $fx;;
video/*) setsid -f mpv $f -quiet >/dev/null 2>&1 ;;
*) for f in $fx; do setsid -f $OPENER $f >/dev/null 2>&1; done;;
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile
index e5cccac..b9ae6ca 100644
--- a/ar/.config/shell/profile
+++ b/ar/.config/shell/profile
@@ -118,9 +118,6 @@ export KODI_DATA="$XDG_DATA_HOME/kodi"
### --- LF --- ###
export FILE_MANAGER="lf $(lf -version)"
-### --- LYNX --- ###
-export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg"
-
### --- MANPAGER --- ###
([ -x "$(command -v batcat)" ] || [ -x "$(command -v batman)" ]) && {
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
diff --git a/ar/.config/lynx/lynx.cfg b/ar/.lynxrc
index 315956b..315956b 100644
--- a/ar/.config/lynx/lynx.cfg
+++ b/ar/.lynxrc