hyprland-community / pyprland

Scratchpads & many goodies for Hyprland [maintainer=@fdev31]
MIT License
345 stars 15 forks source link

[FEAT] Add `Anyrun` as `_menu` engine #99

Closed morialo3 closed 4 months ago

morialo3 commented 4 months ago

Is your feature request related to a problem? Please describe. No problem acutally, I used to have Rofi installed, now I move to anyrun, so to have a smooth transition to some features can be imported to anyrun so it can function the same way Rofi did.

Describe the solution you'd like anyrun can function as dmenu through a plugin made for it. look here README

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

fdev31 commented 4 months ago

Keep in mind, the engine don't have to be supported most of the time, here you can just set

engine = "anyrun"
parameters = "--plugins libstdin.so"

I would have appreciated the command-line rather than checking it myself, but thank you for the ticket anyway!

morialo3 commented 4 months ago

I would have appreciated the command-line rather than checking it myself, but thank you for the ticket anyway!

Apologies for the ugly request format, maybe a format template would've helped, but any way thank you very much.