diff options
author | bR3iN <[email protected]> | 2021-07-21 14:08:29 +0200 |
---|---|---|
committer | Simon Ser <[email protected]> | 2021-07-22 10:12:33 +0200 |
commit | c9458b9fb1034b1fd9a946aa85d4a7c1f07f2af3 (patch) | |
tree | cdf870f70466cc96a518987ed9c47d03e17b99f8 /sway/sway.5.scd | |
parent | 2024725cc0a38b3db3cb10f67ee4dc750b7feb3a (diff) |
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.scd | 2 |
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). is specified, the view will be fullscreen across all outputs. *gaps* inner|outer|horizontal|vertical|top|right|bottom|left all|current -set|plus|minus <amount> +set|plus|minus|toggle <amount> Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the _current_ workspace. _outer_ gaps can be altered per side with _top_, _right_, _bottom_, and _left_ or per direction with _horizontal_ and |