aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar mwenzkowski <29407878+mwenzkowski@users.noreply.github.com>2018-11-04 18:12:14 +0100
committerLibravatar mwenzkowski <29407878+mwenzkowski@users.noreply.github.com>2018-11-04 20:10:41 +0100
commit60df5cc9f80a64a594c81d6ec438e86f6e73cd0c (patch)
treed7d4f7c31eefc4e4142f7100e83863e573161e58 /sway/sway.5.scd
parentMerge pull request #3061 from colemickens/output-current-mode (diff)
downloadsway-60df5cc9f80a64a594c81d6ec438e86f6e73cd0c.tar.gz
sway-60df5cc9f80a64a594c81d6ec438e86f6e73cd0c.tar.zst
sway-60df5cc9f80a64a594c81d6ec438e86f6e73cd0c.zip
Correct manpage regarding gaps command
The command 'gaps inner|outer all|current set|plus|minus <amount>' is not valid in the configuration file, hence list it accordingly.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index b3d696f2..b83cf8ac 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).
133*fullscreen* 133*fullscreen*
134 Toggles fullscreen for the focused view. 134 Toggles fullscreen for the focused view.
135 135
136*gaps* inner|outer all|current set|plus|minus <amount>
137 Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the
138 _current_ workspace.
139
136*layout* default|splith|splitv|stacking|tabbed 140*layout* default|splith|splitv|stacking|tabbed
137 Sets the layout mode of the focused container. 141 Sets the layout mode of the focused container.
138 142
@@ -433,10 +437,6 @@ The default colors are:
433 This affects new workspaces only, and is used when the workspace doesn't 437 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>). 438 have its own gaps settings (see: workspace <ws> gaps inner|outer <amount>).
435 439
436*gaps* inner|outer all|current set|plus|minus <amount>
437 Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the
438 _current_ workspace.
439
440*hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps 440*hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps
441 Hides window borders adjacent to the screen edges. Default is _none_. 441 Hides window borders adjacent to the screen edges. Default is _none_.
442 442