diff options
| author | Kenny Levinsen <kl@kl.wtf> | 2024-09-05 18:32:51 +0200 |
|---|---|---|
| committer | Alexander Orzechowski <alex@ozal.ski> | 2024-09-05 18:19:16 -0400 |
| commit | 4fe054c6db74401f4afc7453fc74665097b5261d (patch) | |
| tree | daccf248dcf98b02f41c33411444d25f7aadbcef | |
| parent | cfb292cca7cabfb42b27c82691bf47527d2237fb (diff) | |
tree/output: Avoid duplicate input mapping configure
| -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); } |
