diff options
author | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-11-04 01:26:23 +0100 |
---|---|---|
committer | S. Christoffer Eliesen <christoffer@eliesen.no> | 2015-11-04 01:32:37 +0100 |
commit | 62226460dd7eb878b960d3af03dbdce03f853c20 (patch) | |
tree | 7fec6e9cc834fe323eb351ed32da59a95c3ead4a | |
parent | 820681965dce9cf7a9b529a96d0126dabf69157a (diff) |
sway.5.txt: Clarify gaps documentation.
-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**:: |