aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-03-17 22:24:37 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2023-03-26 23:22:04 +0200
commit4f6e559dec071acbb5e104ed2e383439e8b23779 (patch)
treea0b1305e6eef4ad36e61e508cc6eee80b05c7e68
parentInit the damage_ring bounds on output creation (diff)
downloadsway-4f6e559dec071acbb5e104ed2e383439e8b23779.tar.gz
sway-4f6e559dec071acbb5e104ed2e383439e8b23779.tar.zst
sway-4f6e559dec071acbb5e104ed2e383439e8b23779.zip
man: deprecate seat cursor move/set/press/release
The Wayland protocol better serves this purpose, and is supported by more compositors.
-rw-r--r--sway/sway-input.5.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 7f51b866..1662d55a 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -228,6 +228,8 @@ correct seat.
228 absolute coordinates (with respect to the global coordinate space). 228 absolute coordinates (with respect to the global coordinate space).
229 Specifying either value as 0 will not update that coordinate. 229 Specifying either value as 0 will not update that coordinate.
230 230
231 Deprecated: use the virtual-pointer Wayland protocol instead.
232
231*seat* <seat> cursor press|release button[1-9]|<event-name-or-code> 233*seat* <seat> cursor press|release button[1-9]|<event-name-or-code>
232 Simulate pressing (or releasing) the specified mouse button on the 234 Simulate pressing (or releasing) the specified mouse button on the
233 specified seat. The button can either be provided as a button event name or 235 specified seat. The button can either be provided as a button event name or
@@ -236,6 +238,8 @@ correct seat.
236 event will be simulated, however _press_ and _release_ will be ignored and 238 event will be simulated, however _press_ and _release_ will be ignored and
237 both will occur. 239 both will occur.
238 240
241 Deprecated: use the virtual-pointer Wayland protocol instead.
242
239*seat* <name> fallback true|false 243*seat* <name> fallback true|false
240 Set this seat as the fallback seat. A fallback seat will attach any device 244 Set this seat as the fallback seat. A fallback seat will attach any device
241 not explicitly attached to another seat (similar to a "default" seat). 245 not explicitly attached to another seat (similar to a "default" seat).