wip(refactor): Improve signal and event handling
This commit is contained in:
parent
d45fd76dcd
commit
08be86fbe1
73 changed files with 2228 additions and 2251 deletions
include/modules
|
@ -19,7 +19,7 @@ namespace modules {
|
|||
class xkeyboard_module : public static_module<xkeyboard_module>,
|
||||
public xpp::event::sink<evt::xkb_new_keyboard_notify, evt::xkb_state_notify, evt::xkb_indicator_state_notify> {
|
||||
public:
|
||||
xkeyboard_module(const bar_settings& bar, const logger& logger, const config& config, string name);
|
||||
explicit xkeyboard_module(const bar_settings& bar, const logger& logger, const config& config, string name);
|
||||
|
||||
void setup();
|
||||
void teardown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue