mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-15 16:05:38 +02:00
moduel/river: wip: new module; 'tags' status on Wayland compositor 'river'
This commit is contained in:
parent
e04b678518
commit
7b2d524598
5 changed files with 787 additions and 0 deletions
4
plugin.c
4
plugin.c
|
@ -41,6 +41,7 @@ EXTERN_MODULE(label);
|
|||
EXTERN_MODULE(mpd);
|
||||
EXTERN_MODULE(network);
|
||||
EXTERN_MODULE(removables);
|
||||
EXTERN_MODULE(river);
|
||||
EXTERN_MODULE(sway_xkb);
|
||||
EXTERN_MODULE(xkb);
|
||||
EXTERN_MODULE(xwindow);
|
||||
|
@ -114,6 +115,9 @@ init(void)
|
|||
REGISTER_CORE_MODULE(mpd, mpd);
|
||||
REGISTER_CORE_MODULE(network, network);
|
||||
REGISTER_CORE_MODULE(removables, removables);
|
||||
#if defined(HAVE_PLUGIN_river)
|
||||
REGISTER_CORE_MODULE(river, river);
|
||||
#endif
|
||||
REGISTER_CORE_MODULE(sway-xkb, sway_xkb);
|
||||
#if defined(HAVE_PLUGIN_xkb)
|
||||
REGISTER_CORE_MODULE(xkb, xkb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue