| 70 | }; |
| 71 | |
| 72 | void 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 | |
| 87 | void wayfire_window_rules_t::fini() |
| 88 | { |