HalosGhost / dstat

A lightweight status program for simple WMs
GNU General Public License v2.0
8 stars 0 forks source link

Separate modules out to loadable libraries #12

Closed HalosGhost closed 5 years ago

HalosGhost commented 6 years ago

Use dlopen to dynamically load the module libraries; allows us to configure which modules should be loaded without recompilation.

It would allow us to develop/compile/install modules separately which dramatically increases our extensibility since it means anyone can develop a module without really touching our core code.

It does mean that our core and module implementations would get more complex.

HalosGhost commented 6 years ago

wrongly closed :P

HalosGhost commented 5 years ago

see plug