dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit b9e138ffcb630c56123056d7f612cb7e782bd135
parent 38b51e3fec13897c5b462c591032a2294afca53c
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat,  8 May 2021 12:21:18 +0200

ttrv: fix media viewing

Diffstat:
Mshell/env | 1+
Mttrv/ttrv.cfg | 3++-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/shell/env b/shell/env @@ -21,6 +21,7 @@ export LC_MONETARY="en_US.UTF-8" export LC_NUMERIC="en_US.UTF-8" export LC_TIME="en_US.UTF-8" +export TTRV_BROWSER=linkhandler export WWW_HOME="https://search.alex.balgavy.eu" # Icons for lf {{{1 export LF_ICONS="\ diff --git a/ttrv/ttrv.cfg b/ttrv/ttrv.cfg @@ -47,7 +47,8 @@ clear_auth = False history_size = 200 ; Open external links using programs defined in the mailcap config. -enable_media = True +; The mailcap path setting with $MAILCAPS doesn't seem to work, so just set $TTRV_BROWSER +enable_media = False ; Maximum number of columns for a comment max_comment_cols = 120