diff options
Diffstat (limited to 'vifm/.config')
-rw-r--r-- | vifm/.config/vifm/vifmrc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index 57e0074..a199c8e 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -181,8 +181,8 @@ filextype *.ps,*.eps,*.ps.gz \ {View in gv} \ gv %c %i &, -" Djvu -filextype *.djvu +" Djvu and epub +filextype *.djvu,*.epub \ {View in zathura} \ zathura %f, \ {View in apvlv} @@ -216,6 +216,8 @@ fileviewer *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob, " Web filextype *.html,*.htm + \ {Open with brave} + \ brave %f &> /dev/null &, \ {Open with dwb} \ dwb %f %i &, \ {Open with firefox} @@ -328,7 +330,7 @@ filetype *.7z fileviewer *.7z 7z l %c " Office files -filextype *.odt,*.doc,*.docx,*.xls,*.xlsx,*.odp,*.pptx libreoffice %f & +filextype *.odt,*.doc,*.docx,*.xls,*.xlsx,*.odp,*.pptx libreoffice %f &> /dev/null & fileviewer *.doc catdoc %c fileviewer *.docx docx2txt.pl %f - |