diff options
| author | Kenny Levinsen <kl@kl.wtf> | 2024-09-05 18:32:51 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-09-21 16:16:56 +0200 |
| commit | b7be9de2bec17bf5263f16ef8e388b6e311ea53c (patch) | |
| tree | 34681728399748c85209d31820a07a43b2a30426 | |
| parent | c580b54b5e4223c8830292261da35a7e36f83f10 (diff) | |
tree/output: Avoid duplicate input mapping configure
(cherry picked from 4fe054c6db74401f4afc7453fc74665097b5261d)
| -rw-r--r-- | sway/tree/output.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c index f3b0b27a..44b941ca 100644 --- a/sway/tree/output.c +++ b/sway/tree/output.c @@ -180,8 +180,6 @@ void output_enable(struct sway_output *output) { ws->layout = output_get_default_layout(output); } - input_manager_configure_xcursor(); - wl_signal_emit_mutable(&root->events.new_node, &output->node); } |
