[plugin] prepend_previewers = [ # Archive previewer { mime = "application/*zip", run = "ouch" }, { mime = "application/x-tar", run = "ouch" }, { mime = "application/x-bzip2", run = "ouch" }, { mime = "application/x-7z-compressed", run = "ouch" }, { mime = "application/x-rar", run = "ouch" }, { mime = "application/x-xz", run = "ouch" }, ] [opener] pdf = [ { run = 'xdg-open "$@"', desc = "Open" }, { run = 'okular "$@"', desc = "Open in Okular" }, { run = 'evince "$@"', desc = "Open in Evince" }, ] image = [ { run = 'xdg-open "$@"', desc = "Open" }, { run = 'set-theme "$@"', desc = "Set desktop theme from this image" }, ] [open] rules = [ { mime = "application/pdf", use = "pdf" }, { mime = "image/png", use = "image" }, { mime = "image/jpg", use = "image" }, { mime = "image/jpeg", use = "image" }, ]