Skip to content

Make the default open program configurable. #298

@KorigamiK

Description

@KorigamiK

Right now, we hardcode the evince program to open the pdf files. This however doesn't provide enough configurability for the user. And might not work on other operating systems.

if fname.ends_with(".pdf") {

I propose a configuration parameter we create for opening the different mime types.
Even using something like a platform dependent file opener like xdg-open on linux or open on macos would be better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions