From cb4ed986b0e9c2c59ca031ef9b84794b2fde0e0e Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 8 Apr 2023 15:32:23 -0400 Subject: .config/recoll: Add mime view --- .config/recoll/mimeview | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/recoll/mimeview diff --git a/.config/recoll/mimeview b/.config/recoll/mimeview new file mode 100644 index 0000000..66c1871 --- /dev/null +++ b/.config/recoll/mimeview @@ -0,0 +1,17 @@ +# The system-wide configuration files for recoll are located in: +# /usr/share/recoll/examples +# The default configuration files are commented, you should take a look +# at them for an explanation of what can be set (you could also take a look +# at the manual instead). +# Values set in this file will override the system-wide values for the file +# with the same name in the central directory. The syntax for setting +# values is identical. + +xallexcepts+ = text/html +xallexcepts- = +[view] +inode/directory = spacefm %f +inode/directory|parentopen = spacefm %f +application/x-fsdirectory = spacefm %f +application/pdf = zathura --page %p --find %s %f +text/html = chromium --new-window --app=file://%f#:~:text=%s -- cgit v1.2.3