mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
tree/output: Avoid duplicate input mapping configure
(cherry picked from 4fe054c6db
)
This commit is contained in:
parent
c580b54b5e
commit
b7be9de2be
|
@ -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