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

@ -477,6 +477,12 @@ The default colors are:
This affects new workspaces only, and is used when the workspace doesn't
have its own gaps settings (see: workspace <ws> gaps ...).
*hide\_cursor* <timeout>
Hides the cursor image after the specified _timeout_ (in milliseconds)
has elapsed with no activity on that cursor. A timeout of 0 (default)
disables hiding the cursor. The minimal timeout is 100 and any value less
than that (aside from 0), will be increased to 100.
*hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps
Hides window borders adjacent to the screen edges. Default is _none_.