From 5fca74a1f1704281e86114b567707486875c4e05 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Mon, 17 Dec 2018 15:37:15 -0500 Subject: Implement hide_cursor command Allows the cursor to be hidden after a specified timeout in milliseconds --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index f6d1cc3e..eda29c65 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -86,6 +86,7 @@ static struct cmd_handler handlers[] = { { "force_focus_wrapping", cmd_force_focus_wrapping }, { "fullscreen", cmd_fullscreen }, { "gaps", cmd_gaps }, + { "hide_cursor", cmd_hide_cursor }, { "hide_edge_borders", cmd_hide_edge_borders }, { "include", cmd_include }, { "input", cmd_input }, -- cgit v1.2.3