cdown / clipmenu

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

allow selecting the default launcher at build time #219

Closed N-R-K closed 2 months ago

N-R-K commented 2 months ago

This will make things a bit easier to package on gentoo where we want to add the default launcher as a dependency. Currently, the ebuild simply runs sed over the bash script do accomplish it ^0.

cdown commented 2 months ago

I think configuration via the config file is fine, I'd rather not have a separate method for this one thing.

N-R-K commented 2 months ago

I think configuration via the config file is fine, I'd rather not have a separate method for this one thing.

That's reasonable. Selecting the default at build time is mostly so that the user can choose which launcher to pull in as a dependency. E.g if one prefers rofi then he can select it as default launcher and dmenu won't get pulled in anymore.

But that's very much gentoo specific thing. So we can just carry the patch there.