diff options
| -rw-r--r-- | ar/.config/lynx/lynx.cfg (renamed from ar/.lynxrc) | 0 | ||||
| -rw-r--r-- | ar/.config/shell/aliasrc | 3 | ||||
| -rw-r--r-- | ar/.config/shell/profile | 6 |
3 files changed, 9 insertions, 0 deletions
diff --git a/ar/.lynxrc b/ar/.config/lynx/lynx.cfg index 315956b..315956b 100644 --- a/ar/.lynxrc +++ b/ar/.config/lynx/lynx.cfg diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 0a757d7..bfe1c54 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -456,6 +456,9 @@ alias w1='watch -n 1' # wget ialias wget --hsts-file="${XDG_CACHE_HOME:-${HOME}/.cache}/wget-hsts" +# w3m +alias w3m="w3m -config ${XDG_CONFIG_HOME:-${HOME}/.config}/w3m/config" + # xrandr alias xauto='xrandr --auto' diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 89153cd..e5cccac 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -118,6 +118,9 @@ 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'" @@ -210,6 +213,9 @@ export WINEDLLOVERRIDES="winemenubuilder.exe=d" ### --- WGET --- ### export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" +### --- W3M --- ### +export W3M_DIR="$XDG_STATE_HOME/w3m" + ### --- X11 --- ### export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" |
