mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
fix_edge_gaps: Allow negative values for outer gaps.
While allowing negative values for the outer gaps it is still prevented that negative values move windows out of the container. This replaces the non-i3 option for edge_gaps.
This commit is contained in:
parent
b80cf982ae
commit
36d9037f2c
6 changed files with 30 additions and 53 deletions
|
|
@ -420,15 +420,11 @@ The default colors are:
|
|||
_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.
|
||||
_toggle_ cannot be used in the configuration file.
|
||||
|
||||
*gaps* inner|outer <amount>
|
||||
Sets default _amount_ pixels of _inner_ or _outer_ gap, where the inner
|
||||
affects spacing around each view and outer affects the spacing around each
|
||||
workspace. Outer gaps are in addition to inner gaps.
|
||||
workspace. Outer gaps are in addition to inner gaps. To reduce or remove
|
||||
outer gaps, outer gaps can be set to a negative value.
|
||||
|
||||
This affects new workspaces only, and is used when the workspace doesn't
|
||||
have its own gaps settings (see: workspace <ws> gaps inner|outer <amount>).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue