summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Danny Bautista <pyrolagus@nerdpol.ch>2018-04-10 15:44:02 -0400
committerLibravatar Danny Bautista <pyrolagus@nerdpol.ch>2018-04-10 15:44:02 -0400
commitc53b2edd41babec9c5d214eab383107509f20353 (patch)
treeb5b59eaae7c693c8080335e539fc4500cf82fcf4
parentClean up cursor simulation code. (diff)
downloadsway-c53b2edd41babec9c5d214eab383107509f20353.tar.gz
sway-c53b2edd41babec9c5d214eab383107509f20353.tar.zst
sway-c53b2edd41babec9c5d214eab383107509f20353.zip
Add documentation for seat cursor command.
-rw-r--r--sway/sway.5.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 59c3295a..03975349 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -328,6 +328,13 @@ The default colors are:
328 the named seat, and _}_ on its own line will close the block. 328 the named seat, and _}_ on its own line will close the block.
329 See **sway-input**(5) for details. 329 See **sway-input**(5) for details.
330 330
331**seat** <seat_name> cursor <move|set> <x> <y>::
332 Move cursor relatively to current position or set to absolute screen position.
333 A value of 0 causes the axis to be ignored in both commands.
334
335**seat** <seat_name> cursor <press|release> <left|right|1|2|3...>::
336 Simulate press of mouse button specified by left, right, or numerical code.
337
331**kill**:: 338**kill**::
332 Kills (force-closes) the currently-focused container and all of its children. 339 Kills (force-closes) the currently-focused container and all of its children.
333 340