diff options
author | Patrick Simianer <pks@pks.rocks> | 2019-09-04 07:33:47 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2019-09-04 07:33:47 +0200 |
commit | 6227a72bbfd49bd44f9411608bb1333be86a948e (patch) | |
tree | d264c4b1f24eae59e78b6fa7a4a1d10ac4540066 /by_os/Linux/mutt | |
parent | d9429a964b1e24e5eaae74a9c7bf736051f56f20 (diff) |
mailcap: use auto rotate with feh
Diffstat (limited to 'by_os/Linux/mutt')
-rw-r--r-- | by_os/Linux/mutt/.mutt/mailcap | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/by_os/Linux/mutt/.mutt/mailcap b/by_os/Linux/mutt/.mutt/mailcap index ae71a18..779f952 100644 --- a/by_os/Linux/mutt/.mutt/mailcap +++ b/by_os/Linux/mutt/.mutt/mailcap @@ -4,8 +4,8 @@ text/plain; less %s application/x-pdf; zathura %s application/pdf; zathura %s application/octet-stream; zathura %s -image/jpeg; feh %s -image/pjpeg; feh %s -image/png; feh %s -image/gif; feh %s +image/jpeg; feh --auto-rotate -F %s +image/pjpeg; feh --auto-rotate -F %s +image/png; feh --auto-rotate -F %s +image/gif; feh --auto-rotate -F %s |