commit abfc68c580b3b12569270e25474f504fc801862a parent 73d9b09e86d7487124e95c9da1e5dd1146ae7e98 Author: Riaz <riaz@riazj.com> Date: Fri, 18 Jul 2025 19:00:29 -0700 Move mailcap out of w3m/ for another program Diffstat:
A | .config/mailcap | | | 3 | +++ |
M | .config/w3m/config | | | 2 | +- |
D | .config/w3m/mailcap | | | 2 | -- |
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.config/mailcap b/.config/mailcap @@ -0,0 +1,3 @@ +text/html; w3m -T text/html %s; copiousoutput +application/pdf; zathura %s +image/*; xdg-open %s diff --git a/.config/w3m/config b/.config/w3m/config @@ -3,7 +3,7 @@ display_image 0 high-intensity 1 confirm_qq 0 wrap_search 1 -mailcap ~/.config/w3m/mailcap +mailcap ~/.config/mailcap editor extbrowser sh -c 'printf %s "$0" | xclip -selection clipboard' extbrowser2 surf diff --git a/.config/w3m/mailcap b/.config/w3m/mailcap @@ -1,2 +0,0 @@ -image/*; /usr/bin/xdg-open %s -application/pdf; zathura %s