From 8628a96f4b46d51be35224db900f6c50e8184e38 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 20 Apr 2022 19:40:13 +0200 Subject: update --- .config/lf/lfrc | 1 + .config/mutt/defaults.muttrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index d280bce..b546f32 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -18,6 +18,7 @@ cmd open ${{ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet) localc $fx ;; application/vnd.openxmlformats-officedocument.wordprocessingml.document) docx2txt $f | less ;; image/vnd.djvu|application/pdf|application/octet-stream|application/postscript) bsdsetsid zathura $fx >/dev/null 2>&1 ;; + text/html) firefox $fx ;; text/*|application/json|inode/x-empty) bat --style=plain --tabs 4 --paging=always -f $fx ;; image/x-xcf) bsdsetsid gimp $f >/dev/null 2>&1 ;; image/svg+xml) display -- $f ;; diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index fca6a45..9302af2 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -4,7 +4,7 @@ # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. set mailcap_path = /usr/home/jozan/.config/mutt/mailcap -set date_format="%d/%m/%y %I:%M%p" +set date_format="%d/%m/%y %H:%M" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set new_mail_command = "notify-send -u normal 'NeoMutt' ' %n new mail(s)'" set sort = 'reverse-date' -- cgit v1.2.3