aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-12-17 15:37:15 -0500
committerLibravatar emersion <contact@emersion.fr>2018-12-25 13:31:56 +0100
commit5fca74a1f1704281e86114b567707486875c4e05 (patch)
tree706f16acd2cc9d1f45e7378bfa1cbe8082c2472e /sway/commands.c
parentChange mouse buttons to x11 map and libevdev names (diff)
downloadsway-5fca74a1f1704281e86114b567707486875c4e05.tar.gz
sway-5fca74a1f1704281e86114b567707486875c4e05.tar.zst
sway-5fca74a1f1704281e86114b567707486875c4e05.zip
Implement hide_cursor <timeout> command
Allows the cursor to be hidden after a specified timeout in milliseconds
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
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[] = {
86 { "force_focus_wrapping", cmd_force_focus_wrapping }, 86 { "force_focus_wrapping", cmd_force_focus_wrapping },
87 { "fullscreen", cmd_fullscreen }, 87 { "fullscreen", cmd_fullscreen },
88 { "gaps", cmd_gaps }, 88 { "gaps", cmd_gaps },
89 { "hide_cursor", cmd_hide_cursor },
89 { "hide_edge_borders", cmd_hide_edge_borders }, 90 { "hide_edge_borders", cmd_hide_edge_borders },
90 { "include", cmd_include }, 91 { "include", cmd_include },
91 { "input", cmd_input }, 92 { "input", cmd_input },