yambar/modules
Daniel Eklöf 64b77a0efc config: dlopen() modules on-demand
TODO: optimizations and proper cleanup

* We currently reload the shared library for each *instance* of the
  module, and we do it twice; once when verifying, and once when
  instantiating.

* The shared libraries are never dlclosed()
2019-01-12 19:03:49 +01:00
..
alsa module/alsa: export module info through the new module_info struct type 2019-01-12 11:58:57 +01:00
backlight module/backlight: export module info through the new module_info struct type 2019-01-12 11:59:01 +01:00
battery config: fix: attributes always use dash, not underscore 2019-01-12 13:56:02 +01:00
clock module/clock: export module info through the new module_info struct type 2019-01-12 12:05:39 +01:00
i3 config: fix: attributes always use dash, not underscore 2019-01-12 13:56:02 +01:00
label module/label: export module info through the new module_info struct type 2019-01-12 12:52:36 +01:00
mpd module/mpd: export module info through the new module_info struct type 2019-01-12 12:52:42 +01:00
network module/network: export module info through the new module_info struct type 2019-01-12 12:56:54 +01:00
removables config: fix: attributes always use dash, not underscore 2019-01-12 13:56:02 +01:00
xkb module/xkb: export module info through the new module_info struct type 2019-01-12 13:01:24 +01:00
xwindow module/xwindow: export module info through the new module_info struct type 2019-01-12 13:03:41 +01:00
CMakeLists.txt config: dlopen() modules on-demand 2019-01-12 19:03:49 +01:00