aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
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/sway.5.scd
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/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index e6abef56..2befcfac 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -477,6 +477,12 @@ The default colors are:
477 This affects new workspaces only, and is used when the workspace doesn't 477 This affects new workspaces only, and is used when the workspace doesn't
478 have its own gaps settings (see: workspace <ws> gaps ...). 478 have its own gaps settings (see: workspace <ws> gaps ...).
479 479
480*hide\_cursor* <timeout>
481 Hides the cursor image after the specified _timeout_ (in milliseconds)
482 has elapsed with no activity on that cursor. A timeout of 0 (default)
483 disables hiding the cursor. The minimal timeout is 100 and any value less
484 than that (aside from 0), will be increased to 100.
485
480*hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps 486*hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps
481 Hides window borders adjacent to the screen edges. Default is _none_. 487 Hides window borders adjacent to the screen edges. Default is _none_.
482 488