sway/sway/config
Brian Ashworth f1654af50f Implement seat subcommand hide_cursor_while_typing
This implements the following seat subcommand:
  `hide_cursor_while_typing <timeout>`

If timeout is set to a positive value (of at least 100), the cursor
will be hidden when typing and will not be unhidden until the timeout
has expired after the last key has been released.

This also changes the way cursor hiding/unhiding is managed to allow
for both `hide_cursor` and `hide_cursor_while_typing` to be used in
conjunction with each other for complex cursor hiding rules.
2019-03-25 01:37:44 -04:00
..
bar.c fix misc memory leaks 2019-02-11 10:10:48 +01:00
input.c Replace wlr_log with sway_log 2019-01-21 12:59:42 +01:00
output.c Add support for manually setting subpixel hinting on outputs. 2019-03-24 09:37:24 +02:00
seat.c Implement seat subcommand hide_cursor_while_typing 2019-03-25 01:37:44 -04:00