Use rofi -show drun the dmenu

Hello,

I want to replace the default dmenu in my manjaro i3 with rofi. I installed it and it worked fine. Now I downloaded an AppImage and created a symlink in /usr/local/bin. The issue is that dmenu find the symlink but rofi (rofi -show drun) not. Has anyone an idea why rofi doesn’t find the symlink?

Hello and welcome to the Forum!

rofi -show drun shows .desktop files of installed applications, not executable files, like the one you mention in /usr/local/bin.

You can either create a .desktop file for the said application in the ~/.local/share/applications directory (see the Arch Wiki for more information), or try using the command rofi -show run.

rofi -show run shows executable files.

1 Like

Hello bill_t,

thank you very much. It helps me a lot. I’ll use rofi -show run.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.