aboutsummaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-10-21 19:44:23 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-10-21 19:44:23 -0400
commit15d0739f73b5486653ad4f8e1e50ebbfb1b415af (patch)
tree49c85672cf9ba8e0fa08994b27b8f37c73be4022 /sway.5.txt
parentMerge pull request #197 from sce/configure_outputs_during_reload_ (diff)
parentconfig: Add "seamless_mouse" to decide if pointer crosses output edges. (diff)
downloadsway-15d0739f73b5486653ad4f8e1e50ebbfb1b415af.tar.gz
sway-15d0739f73b5486653ad4f8e1e50ebbfb1b415af.tar.zst
sway-15d0739f73b5486653ad4f8e1e50ebbfb1b415af.zip
Merge pull request #199 from sce/mouse_cross_output_edge_simple
Switch to adjacent output when hitting output edge.
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
112 Resizes the currently focused container or view by _amount_. _amount_ can be 112 Resizes the currently focused container or view by _amount_. _amount_ can be
113 specified as "n px" or "n ppt" or "n px or n ppt". 113 specified as "n px" or "n ppt" or "n px or n ppt".
114 114
115**seamless_mouse** <on|off>::
116 Change output seamlessly when pointer touches edge of output. Outputs need to
117 be configured with perfectly aligned adjacent positions for this option to
118 have any effect.
119
115**set** <name> <value>:: 120**set** <name> <value>::
116 Creates a substitution for _value_ that can be used with $_name_ in other 121 Creates a substitution for _value_ that can be used with $_name_ in other
117 commands. 122 commands.