diff options
Diffstat (limited to 'ar/.config/lf/lfrc')
| -rw-r--r-- | ar/.config/lf/lfrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ar/.config/lf/lfrc b/ar/.config/lf/lfrc index 8dff54f..86fbf6c 100644 --- a/ar/.config/lf/lfrc +++ b/ar/.config/lf/lfrc @@ -291,9 +291,8 @@ cmd open ${{ done & ;; text/csv) sc-im $fx;; - text/xml) lynx $fx;; + text/html|text/xml) lynx $fx;; text/troff) groff -mom $fx -Tpdf | zathura - ;; - text/html) w3m -no-cookie -graph -no-proxy $fx ;; text/*|application/json|inode/x-empty|application/x-subrip) $EDITOR $fx;; video/*) setsid -f mpv $f -quiet >/dev/null 2>&1 ;; *) for f in $fx; do setsid -f $OPENER $f >/dev/null 2>&1; done;; |
