mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Support i3's legacy force_focus_wrapping command
This commit is contained in:
parent
1071785f56
commit
c81d0ef1e8
5 changed files with 31 additions and 0 deletions
|
|
@ -344,6 +344,12 @@ The default colors are:
|
|||
Whenever a window that matches _criteria_ appears, run list of commands.
|
||||
See *CRITERIA* for more details.
|
||||
|
||||
*force\_focus\_wrapping* yes|no
|
||||
This option is a wrapper to support i3's legacy syntax. _no_ is equivalent
|
||||
to _focus\_wrapping yes_ and _yes_ is equivalent to
|
||||
_focus\_wrapping force_. This is only available for convenience. Please
|
||||
use _focus\_wrapping_ instead when possible.
|
||||
|
||||
*gaps* edge\_gaps on|off|toggle
|
||||
When _on_, gaps will be added between windows and workspace edges if the
|
||||
inner gap is nonzero. When _off_, gaps will only be added between views.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue