MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / init

Method init

plugins/window-rules/window-rules.cpp:72–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72void wayfire_window_rules_t::init()
73{
74 // Get the lambda rules registrations.
75 _lambda_registrations = wf::lambda_rules_registrations_t::get_instance();
76 _lambda_registrations->window_rule_instances++;
77
78 setup_rules_from_config();
79
80 output->connect(&on_view_mapped);
81 output->connect(&_tiled);
82 output->connect(&_minimized);
83 output->connect(&_fullscreened);
84 wf::get_core().connect(&_reload_config);
85}
86
87void wayfire_window_rules_t::fini()
88{

Callers

nothing calls this directly

Calls 1

connectMethod · 0.80

Tested by

no test coverage detected