From cc2c0d5966f67189be4cfc350514134d3f4c0f3c Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Sat, 5 Dec 2020 23:58:57 -0500 Subject: input/cursor: unhide cursor on synthetic input Fixes #5847. --- sway/commands/seat/cursor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands/seat') diff --git a/sway/commands/seat/cursor.c b/sway/commands/seat/cursor.c index ad7dc905..749235eb 100644 --- a/sway/commands/seat/cursor.c +++ b/sway/commands/seat/cursor.c @@ -45,6 +45,7 @@ static struct cmd_results *handle_command(struct sway_cursor *cursor, } } + cursor_handle_activity_from_idle_source(cursor, IDLE_SOURCE_POINTER); return cmd_results_new(CMD_SUCCESS, NULL); } -- cgit v1.2.3