summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
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.