diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-17 04:19:40 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-17 04:19:40 +0100 |
commit | ad25aa10a68452a78a7d0ae8b12c08028b0f289e (patch) | |
tree | 6ae73fd26fbd0fb39768561e7d4701a6c23cdef8 /.w3m/mailcap | |
parent | Set filetype to groff for groff stuff (diff) | |
download | dotfiles-bsd-ad25aa10a68452a78a7d0ae8b12c08028b0f289e.tar.gz dotfiles-bsd-ad25aa10a68452a78a7d0ae8b12c08028b0f289e.tar.bz2 dotfiles-bsd-ad25aa10a68452a78a7d0ae8b12c08028b0f289e.tar.xz dotfiles-bsd-ad25aa10a68452a78a7d0ae8b12c08028b0f289e.tar.zst dotfiles-bsd-ad25aa10a68452a78a7d0ae8b12c08028b0f289e.zip |
w3m update
Diffstat (limited to '')
-rw-r--r-- | .w3m/mailcap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.w3m/mailcap b/.w3m/mailcap new file mode 100644 index 0000000..72d4331 --- /dev/null +++ b/.w3m/mailcap @@ -0,0 +1,4 @@ +image/*; sxiv -b %s +audio/*; mpv %s +video/*; mpv %s +application/pdf; zathura %s |