Skip to content

Rofi ignored #23

@jaroslavknotek

Description

@jaroslavknotek

I updated this repo and I noticed that qutebrowser-profile recently started serving me profile through dmenu, not rofi.

I played with the config and finally digged into the code and found this line that suggest that the search for rofi was overriden by following test for dmenu.

I tried to change the code to the snippet bellow:

rofi = shutil.which("rofi")
if rofi:
    dmenu = f"{rofi} -dmenu"
else:
    dmenu = shutil.which("dmenu")

And it works as intended.

Is that an oversight or did you intended this to work as that.

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