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 | 2eaab73a1103961db3508a83899745aa71febff5 (patch) | |
| tree | daccf248dcf98b02f41c33411444d25f7aadbcef | |
| parent | 75a5695a8ec0a3e056857ec82d8cd0f879f9d32b (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); } |
