diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-09-05 18:32:51 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-09-05 18:32:51 +0200 |
| commit | 647a3dc95aacfb7f141b80cad944d184d5a19aea (patch) | |
| tree | 34681728399748c85209d31820a07a43b2a30426 | |
| parent | 337029955d5ee05828c6b99bd18ee7cac8db377d (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); } |
