aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-27 23:20:21 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-27 23:20:21 -0400
commit46da1dc32bd6c101964d32bb698e8187fb9ee91e (patch)
treee713b194254bf6d43214a394459c1b94e64bbacb /sway/sway.5.scd
parentMerge pull request #2050 from smlx/focus-fix (diff)
downloadsway-46da1dc32bd6c101964d32bb698e8187fb9ee91e.tar.gz
sway-46da1dc32bd6c101964d32bb698e8187fb9ee91e.tar.zst
sway-46da1dc32bd6c101964d32bb698e8187fb9ee91e.zip
Implement focus_wrapping
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd9
1 files changed, 9 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 5d99c9d6..10990fc4 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -328,6 +328,15 @@ The default colors are:
328*focus\_follows\_mouse* yes|no 328*focus\_follows\_mouse* yes|no
329 If set to _yes_, moving your mouse over a window will focus that window. 329 If set to _yes_, moving your mouse over a window will focus that window.
330 330
331*focus\_wrapping* yes|no|force
332 This option determines what to do when attempting to focus over the edge
333 of a container. If set to _no_, the focused container will retain focus,
334 if there are no other containers in the direction. If set to _yes_, focus
335 will be wrapped to the opposite edge of the container, if there are no
336 other containers in the direction. If set to _force_, focus will be wrapped
337 to the opposite edge of the container, even if there are other containers
338 in the direction. Default is _yes_.
339
331*font* <font> 340*font* <font>
332 Sets font for use in title bars in Pango format. 341 Sets font for use in title bars in Pango format.
333 342