aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-12-27 00:32:15 -0500
committerLibravatar emersion <contact@emersion.fr>2018-12-30 14:17:24 +0100
commit4d88c957905e7f6b2c8188d218ca22b3e6986fe4 (patch)
tree5f34ad1667607315cfbcb786ce71845a36595d82 /sway/sway-input.5.scd
parentVerify seat fallback settings on reload (diff)
downloadsway-4d88c957905e7f6b2c8188d218ca22b3e6986fe4.tar.gz
sway-4d88c957905e7f6b2c8188d218ca22b3e6986fe4.tar.zst
sway-4d88c957905e7f6b2c8188d218ca22b3e6986fe4.zip
hide_cursor: change to a seat subcommand
This makes hide_cursor a seat subcommand, which allows for seat specific timeouts.
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 45994644..820194a9 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -145,6 +145,12 @@ in their own "seat").
145 Set this seat as the fallback seat. A fallback seat will attach any device 145 Set this seat as the fallback seat. A fallback seat will attach any device
146 not explicitly attached to another seat (similar to a "default" seat). 146 not explicitly attached to another seat (similar to a "default" seat).
147 147
148*seat* <name> hide\_cursor <timeout>
149 Hides the cursor image after the specified _timeout_ (in milliseconds)
150 has elapsed with no activity on that cursor. A timeout of 0 (default)
151 disables hiding the cursor. The minimal timeout is 100 and any value less
152 than that (aside from 0), will be increased to 100.
153
148# SEE ALSO 154# SEE ALSO
149 155
150*sway*(5) *sway-output*(5) 156*sway*(5) *sway-output*(5)