Browse Source

Add mailcap

v2
lhark 6 years ago
parent
commit
be4bd80c08
  1. 2
      install.sh
  2. 5
      mailcap

2
install.sh

@ -7,7 +7,7 @@ XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}
# List of the config files to install
FILES="vimrc zshrc gitconfig vim gitignore_global git_user ctags.d"
FILES="vimrc zshrc gitconfig vim gitignore_global git_user ctags.d mailcap"
CONF_DIR="config"
DATA_DIR="data"

5
mailcap

@ -0,0 +1,5 @@
text/html; unshare -n -r w3m -I %{charset} -T text/html; copiousoutput;
image/*; /usr/local/bin/mutt_bgrun /usr/bin/feh -. %s; test=test -n "$DISPLAY"
#application/pdf; /usr/local/bin/mutt_bgrun /usr/bin/evince %s; test=test -n "$DISPLAY"
application/pdf; /usr/bin/evince %s; test=test -n "$DISPLAY"
Loading…
Cancel
Save