Zren / plasma-hud

Provides a way to run menubar commands in KDE Plasma through rofi, much like the Unity 7 Heads-Up Display (HUD).
GNU General Public License v2.0
235 stars 9 forks source link

Use dmenu instead of rofi #47

Open pglira opened 2 years ago

pglira commented 2 years ago

Hi, thank you for this great application!

I prefer dmenu over rofi as it is more lightweight.

Do you plan to add support for dmenu at some point in the future?

Zren commented 2 years ago

Probably not. Rofi is what mate-hud uses, and I've figured out how to stream the menu list to rofi via stdin to speed up rofi's appearance.

If you manage to get dmenu working in a fork, we can see how difficult it would be to merge it behind a config toggle.