We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f92df3 commit 63b51ebCopy full SHA for 63b51eb
src/core/core.cpp
@@ -198,6 +198,8 @@ void wf::compositor_core_impl_t::init()
198
199
void wf::compositor_core_impl_t::post_init()
200
{
201
+ discard_command_output.load_option("workarounds/discard_command_output");
202
+
203
core_backend_started_signal backend_started_ev;
204
this->emit(&backend_started_ev);
205
this->state = compositor_state_t::RUNNING;
@@ -215,9 +217,6 @@ void wf::compositor_core_impl_t::post_init()
215
217
216
218
// Start processing cursor events
219
seat->priv->cursor->setup_listeners();
-
- discard_command_output.load_option("workarounds/discard_command_output");
220
221
core_startup_finished_signal startup_ev;
222
this->emit(&startup_ev);
223
}
0 commit comments