aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar bR3iN <bR3iN@posteo.de>2021-07-21 14:08:29 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-07-22 10:12:33 +0200
commitc9458b9fb1034b1fd9a946aa85d4a7c1f07f2af3 (patch)
treecdf870f70466cc96a518987ed9c47d03e17b99f8 /sway/sway.5.scd
parentAdd meson options to enable/disable swaybar and swaynag (diff)
downloadsway-c9458b9fb1034b1fd9a946aa85d4a7c1f07f2af3.tar.gz
sway-c9458b9fb1034b1fd9a946aa85d4a7c1f07f2af3.tar.zst
sway-c9458b9fb1034b1fd9a946aa85d4a7c1f07f2af3.zip
Add `gaps <type> <scope> toggle <px>` command
Add a subcommand for `gaps` that allows to toggle gaps at runtime. This functionality is part of i3-gaps since [1] but is missing in sway. [1] https://github.com/Airblader/i3/pull/264
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 02592b5f..8958c7e3 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -155,7 +155,7 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
155 is specified, the view will be fullscreen across all outputs. 155 is specified, the view will be fullscreen across all outputs.
156 156
157*gaps* inner|outer|horizontal|vertical|top|right|bottom|left all|current 157*gaps* inner|outer|horizontal|vertical|top|right|bottom|left all|current
158set|plus|minus <amount> 158set|plus|minus|toggle <amount>
159 Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the 159 Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the
160 _current_ workspace. _outer_ gaps can be altered per side with _top_, 160 _current_ workspace. _outer_ gaps can be altered per side with _top_,
161 _right_, _bottom_, and _left_ or per direction with _horizontal_ and 161 _right_, _bottom_, and _left_ or per direction with _horizontal_ and