diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-11-05 21:21:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 21:21:47 +0100 |
commit | 25bea8f6a538edf47ab7e0625f24cdf31e28473f (patch) | |
tree | 96296f5d755a728e8999b072bfd5ce8ee9c4d79e /sway/sway.5.scd | |
parent | 0e85b92250f8f6f01134a2d53f735567896f2ec8 (diff) | |
parent | fbf1730557687964ca520e70d94ab4b0fd63a595 (diff) | |
download | sway-25bea8f6a538edf47ab7e0625f24cdf31e28473f.tar.xz |
Merge branch 'master' into effective-damage
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index b3d696f2..4a645837 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -133,6 +133,10 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). *fullscreen* Toggles fullscreen for the focused view. +*gaps* inner|outer all|current set|plus|minus <amount> + Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the + _current_ workspace. + *layout* default|splith|splitv|stacking|tabbed Sets the layout mode of the focused container. @@ -364,6 +368,7 @@ The default colors are: : #000000 : #0c0c0c + *debuglog* on|off|toggle Enables, disables or toggles debug logging. _toggle_ cannot be used in the configuration file. @@ -433,10 +438,6 @@ The default colors are: 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>). -*gaps* inner|outer all|current set|plus|minus <amount> - Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the - _current_ workspace. - *hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps Hides window borders adjacent to the screen edges. Default is _none_. |