Add mailcap

This commit is contained in:
lhark 2019-11-19 13:22:31 +00:00
parent e7651ca62f
commit be4bd80c08
2 changed files with 6 additions and 1 deletions

View file

@ -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 Normal file
View file

@ -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"