diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-04 06:58:26 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-04 06:58:26 -0500 |
commit | 713c7d6e1eb886de374659d41ae4cab0f4bc3f34 (patch) | |
tree | 2d86515c4b941603af6336e386f35e4b169e9135 /sway.5.txt | |
parent | 58085226b33555d911a3ff27e456943701c9568f (diff) | |
parent | eeec0fda8a856d67b7ddf4432a504589989e20e2 (diff) |
Merge pull request #215 from sce/gaps
Clean up gaps command
Diffstat (limited to 'sway.5.txt')
-rw-r--r-- | sway.5.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -69,18 +69,18 @@ Commands Toggles fullscreen status for the focused view. **gaps** <amount>:: - Sets _amount_ pixels as the gap between each view, and around each + Sets default _amount_ pixels as the gap between each view, and around each workspace. **gaps** <inner|outer> <amount>:: - Sets _amount_ pixels as the _inner_ or _outer_ gap, where the former affects - spacing between views and the latter affects the space around each + Sets default _amount_ pixels as the _inner_ or _outer_ gap, where the former + affects spacing between views and the latter affects the space around each workspace. **gaps** <inner|outer> <all|workspace|current> <set|plus|minus> <amount>:: Changes the gaps for the _inner_ or _outer_ gap. _all_ changes the gaps for all views or workspace, _workspace_ changes gaps for all views in current - workspace, or current workspace, and _current_ changes gaps for the current + workspace (or current workspace), and _current_ changes gaps for the current view or workspace. **kill**:: |