aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
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 /include/sway/config.h
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 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 6afb471a..7ee2ec71 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -436,6 +436,8 @@ struct sway_config {
436 enum edge_border_types hide_edge_borders; 436 enum edge_border_types hide_edge_borders;
437 enum edge_border_types saved_edge_borders; 437 enum edge_border_types saved_edge_borders;
438 438
439 int hide_cursor_timeout;
440
439 // border colors 441 // border colors
440 struct { 442 struct {
441 struct border_colors focused; 443 struct border_colors focused;