Implement hide_cursor <timeout> command

Allows the cursor to be hidden after a specified timeout in
milliseconds
This commit is contained in:
Brian Ashworth 2018-12-17 15:37:15 -05:00 committed by emersion
parent a223030b70
commit 5fca74a1f1
9 changed files with 91 additions and 7 deletions

View file

@ -436,6 +436,8 @@ struct sway_config {
enum edge_border_types hide_edge_borders;
enum edge_border_types saved_edge_borders;
int hide_cursor_timeout;
// border colors
struct {
struct border_colors focused;