mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
tree/output: Avoid duplicate input mapping configure
This commit is contained in:
parent
cfb292cca7
commit
4fe054c6db
|
@ -180,8 +180,6 @@ void output_enable(struct sway_output *output) {
|
||||||
ws->layout = output_get_default_layout(output);
|
ws->layout = output_get_default_layout(output);
|
||||||
}
|
}
|
||||||
|
|
||||||
input_manager_configure_xcursor();
|
|
||||||
|
|
||||||
wl_signal_emit_mutable(&root->events.new_node, &output->node);
|
wl_signal_emit_mutable(&root->events.new_node, &output->node);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue