aboutsummaryrefslogtreecommitdiff
path: root/sway.5.txt
diff options
context:
space:
mode:
authorS. Christoffer Eliesen <christoffer@eliesen.no>2015-10-22 01:34:32 +0200
committerS. Christoffer Eliesen <christoffer@eliesen.no>2015-10-22 01:39:12 +0200
commitedf33aad29f142c08ad8ecbac7fb859c92d128e3 (patch)
tree49c85672cf9ba8e0fa08994b27b8f37c73be4022 /sway.5.txt
parentfc1bacf034c4e18dec435883e8804508d3c95fe0 (diff)
config: Add "seamless_mouse" to decide if pointer crosses output edges.
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 9bcfef42..d97720c5 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -112,6 +112,11 @@ Commands
Resizes the currently focused container or view by _amount_. _amount_ can be
specified as "n px" or "n ppt" or "n px or n ppt".
+**seamless_mouse** <on|off>::
+ Change output seamlessly when pointer touches edge of output. Outputs need to
+ be configured with perfectly aligned adjacent positions for this option to
+ have any effect.
+
**set** <name> <value>::
Creates a substitution for _value_ that can be used with $_name_ in other
commands.