aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-05 15:33:40 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-05 15:33:40 +0100
commitd0bb450681588a9ea6d612de6893daace996873c (patch)
treebb71746de04a3d2e67218cc41812e885f82b929f /sway/sway.5.scd
parentMerge pull request #3067 from madblobfish/three-trivial-fixes (diff)
parentgaps: Improve error reporting (diff)
downloadsway-d0bb450681588a9ea6d612de6893daace996873c.tar.gz
sway-d0bb450681588a9ea6d612de6893daace996873c.tar.zst
sway-d0bb450681588a9ea6d612de6893daace996873c.zip
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.scd8
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).
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
@@ -434,10 +438,6 @@ The default colors are:
434 This affects new workspaces only, and is used when the workspace doesn't 438 This affects new workspaces only, and is used when the workspace doesn't
435 have its own gaps settings (see: workspace <ws> gaps inner|outer <amount>). 439 have its own gaps settings (see: workspace <ws> gaps inner|outer <amount>).
436 440
437*gaps* inner|outer all|current set|plus|minus <amount>
438 Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the
439 _current_ workspace.
440
441*hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps 441*hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps
442 Hides window borders adjacent to the screen edges. Default is _none_. 442 Hides window borders adjacent to the screen edges. Default is _none_.
443 443