cdown / clipmenu

Clipboard management using dmenu
MIT License
1.11k stars 90 forks source link

remove dmenu from dependencies? because rofi can be used instead #160

Closed uwla closed 3 years ago

uwla commented 3 years ago

Hi! Thanks for the awesome project!

Since clipmenu can be used with rofi instead of dmenu, it makes sense to remove dmenu from the dependencies. I use clipmenu with rofi and when tried to uninstall dmenu pacman warned that this is not possible because clipmenu depends on that. But that's not true since I can use rofi.

cdown commented 3 years ago

Hey! dmenu is the only officially supported launcher. All other launchers are best-effort and community supported, so dmenu in itself is not an optional dependency.

uwla commented 3 years ago

I see. That makes sense.