diff options
author | emersion <[email protected]> | 2018-11-05 15:33:40 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-11-05 15:33:40 +0100 |
commit | d0bb450681588a9ea6d612de6893daace996873c (patch) | |
tree | bb71746de04a3d2e67218cc41812e885f82b929f /sway/sway.5.scd | |
parent | bcbd0a9b45ea7d8969b58183a12240e74e90f9f0 (diff) | |
parent | 67866dc3785453ad0ac97d14858c9176cbcca966 (diff) |
Merge pull request #3066 from mwenzkowski/fix-gaps
Improvements to the runtime only part of the gaps command
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index f7ca00d6..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. @@ -434,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_. |