Shizcow / dmenu-rs

A pixel perfect port of dmenu, rewritten in Rust with extensive plugin support
GNU General Public License v3.0
197 stars 9 forks source link

Config files needed for customizing dmenu #42

Closed ghost closed 11 months ago

ghost commented 2 years ago

Please make the dmenu customizable using config files in ~/.config/dmenu

Preferably toml or yml file.

Shizcow commented 2 years ago

I've thought about this one a lot. The only way I'd implement config files is if I also revamped the plug-in system. I want to do this, but won't have time in my life for quite a while.

Some ideas/desired features on this topic:

As for how plugins can interact:

Other ideas welcome

Shizcow commented 11 months ago

New plugin system won't ever happen without https://github.com/rust-lang/rfcs/issues/1880. I've been waiting on this for a few years and it doesn't look like it's going to happen any time soon. So unfortunately closing this as wontfix.