aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-28 11:09:46 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-05-28 11:09:46 -0400
commitc81d0ef1e8922ad34d431e5dae430b90b0b21d7b (patch)
treed26eaaeb6eff22539746a29fefb1e934943b578a /sway/sway.5.scd
parentMerge pull request #2060 from RedSoxFan/focus-wrapping (diff)
downloadsway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.tar.gz
sway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.tar.zst
sway-c81d0ef1e8922ad34d431e5dae430b90b0b21d7b.zip
Support i3's legacy force_focus_wrapping command
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 10990fc4..5ce6bf06 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -344,6 +344,12 @@ The default colors are:
344 Whenever a window that matches _criteria_ appears, run list of commands. 344 Whenever a window that matches _criteria_ appears, run list of commands.
345 See *CRITERIA* for more details. 345 See *CRITERIA* for more details.
346 346
347*force\_focus\_wrapping* yes|no
348 This option is a wrapper to support i3's legacy syntax. _no_ is equivalent
349 to _focus\_wrapping yes_ and _yes_ is equivalent to
350 _focus\_wrapping force_. This is only available for convenience. Please
351 use _focus\_wrapping_ instead when possible.
352
347*gaps* edge\_gaps on|off|toggle 353*gaps* edge\_gaps on|off|toggle
348 When _on_, gaps will be added between windows and workspace edges if the 354 When _on_, gaps will be added between windows and workspace edges if the
349 inner gap is nonzero. When _off_, gaps will only be added between views. 355 inner gap is nonzero. When _off_, gaps will only be added between views.