diff options
author | Joe <rbo@gmx.us> | 2025-02-28 20:08:28 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-02-28 20:08:28 +0100 |
commit | 39cc7a3f9c5714405d15fdbc07044d7a928d5709 (patch) | |
tree | 4094a8855ff5c9d7b0471eeb5b2bac91194ed5d1 /.local/state/w3m/mailcap | |
parent | up (diff) | |
download | dotfiles-bsd-39cc7a3f9c5714405d15fdbc07044d7a928d5709.tar.gz dotfiles-bsd-39cc7a3f9c5714405d15fdbc07044d7a928d5709.tar.bz2 dotfiles-bsd-39cc7a3f9c5714405d15fdbc07044d7a928d5709.tar.xz dotfiles-bsd-39cc7a3f9c5714405d15fdbc07044d7a928d5709.tar.zst dotfiles-bsd-39cc7a3f9c5714405d15fdbc07044d7a928d5709.zip |
upup
Diffstat (limited to '.local/state/w3m/mailcap')
-rw-r--r-- | .local/state/w3m/mailcap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/state/w3m/mailcap b/.local/state/w3m/mailcap new file mode 100644 index 0000000..b51796f --- /dev/null +++ b/.local/state/w3m/mailcap @@ -0,0 +1,4 @@ +image/*; nsxiv -abif %s +video/*; mpv --quiet %s &; copiousoutput +audio/*; mpv %s ; +application/pdf; zathura %s ; |