summaryrefslogtreecommitdiffstats
path: root/.config/lf/lfrc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-20 19:40:13 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-20 19:40:13 +0200
commit8628a96f4b46d51be35224db900f6c50e8184e38 (patch)
tree25037c9c39324faa500d686f758881809a363705 /.config/lf/lfrc
parentUpdate (diff)
downloaddotfiles-bsd-8628a96f4b46d51be35224db900f6c50e8184e38.tar.gz
dotfiles-bsd-8628a96f4b46d51be35224db900f6c50e8184e38.tar.bz2
dotfiles-bsd-8628a96f4b46d51be35224db900f6c50e8184e38.tar.xz
dotfiles-bsd-8628a96f4b46d51be35224db900f6c50e8184e38.tar.zst
dotfiles-bsd-8628a96f4b46d51be35224db900f6c50e8184e38.zip
update
Diffstat (limited to '.config/lf/lfrc')
-rw-r--r--.config/lf/lfrc1
1 files changed, 1 insertions, 0 deletions
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 ;;