mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01: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 New Issue
Block a user