aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Tarmack <git@tarmack.eu>2018-10-11 21:51:11 +0200
committerLibravatar Tarmack <git@tarmack.eu>2018-10-13 17:42:49 +0200
commit36d9037f2c419756b00d1fe2dbeefca278bc2799 (patch)
treed2300c007bbd28a68fc83d1d36faf459c971186c /sway/sway.5.scd
parentMerge pull request #2825 from RyanDwyer/fractional-scale-pixel-leaks (diff)
downloadsway-36d9037f2c419756b00d1fe2dbeefca278bc2799.tar.gz
sway-36d9037f2c419756b00d1fe2dbeefca278bc2799.tar.zst
sway-36d9037f2c419756b00d1fe2dbeefca278bc2799.zip
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.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd8
1 files changed, 2 insertions, 6 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index f7b778cf..2e1d13a8 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -420,15 +420,11 @@ The default colors are:
420 _focus\_wrapping force_. This is only available for convenience. Please 420 _focus\_wrapping force_. This is only available for convenience. Please
421 use _focus\_wrapping_ instead when possible. 421 use _focus\_wrapping_ instead when possible.
422 422
423*gaps* edge\_gaps on|off|toggle
424 When _on_, gaps will be added between windows and workspace edges if the
425 inner gap is nonzero. When _off_, gaps will only be added between views.
426 _toggle_ cannot be used in the configuration file.
427
428*gaps* inner|outer <amount> 423*gaps* inner|outer <amount>
429 Sets default _amount_ pixels of _inner_ or _outer_ gap, where the inner 424 Sets default _amount_ pixels of _inner_ or _outer_ gap, where the inner
430 affects spacing around each view and outer affects the spacing around each 425 affects spacing around each view and outer affects the spacing around each
431 workspace. Outer gaps are in addition to inner gaps. 426 workspace. Outer gaps are in addition to inner gaps. To reduce or remove
427 outer gaps, outer gaps can be set to a negative value.
432 428
433 This affects new workspaces only, and is used when the workspace doesn't 429 This affects new workspaces only, and is used when the workspace doesn't
434 have its own gaps settings (see: workspace <ws> gaps inner|outer <amount>). 430 have its own gaps settings (see: workspace <ws> gaps inner|outer <amount>).