Fix cursor events on screen unlock

This commit is contained in:
ookami 2024-10-06 13:39:26 +08:00
parent f855b0898b
commit a3945223a4

View File

@ -234,6 +234,7 @@ static void handle_unlock(struct wl_listener *listener, void *data) {
struct sway_output *output = root->outputs->items[i];
arrange_layers(output);
}
cursor_rebase_all();
}
static void handle_abandon(struct wl_listener *listener, void *data) {