summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-04 01:26:23 +0100
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-11-04 01:32:37 +0100
commit62226460dd7eb878b960d3af03dbdce03f853c20 (patch)
tree7fec6e9cc834fe323eb351ed32da59a95c3ead4a /sway.5.txt
parentcommands: gaps: Refactor, expected_syntax. (diff)
downloadsway-62226460dd7eb878b960d3af03dbdce03f853c20.tar.gz
sway-62226460dd7eb878b960d3af03dbdce03f853c20.tar.zst
sway-62226460dd7eb878b960d3af03dbdce03f853c20.zip
sway.5.txt: Clarify gaps documentation.
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 30b57d4a..5659a107 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -69,18 +69,18 @@ Commands
69 Toggles fullscreen status for the focused view. 69 Toggles fullscreen status for the focused view.
70 70
71**gaps** <amount>:: 71**gaps** <amount>::
72 Sets _amount_ pixels as the gap between each view, and around each 72 Sets default _amount_ pixels as the gap between each view, and around each
73 workspace. 73 workspace.
74 74
75**gaps** <inner|outer> <amount>:: 75**gaps** <inner|outer> <amount>::
76 Sets _amount_ pixels as the _inner_ or _outer_ gap, where the former affects 76 Sets default _amount_ pixels as the _inner_ or _outer_ gap, where the former
77 spacing between views and the latter affects the space around each 77 affects spacing between views and the latter affects the space around each
78 workspace. 78 workspace.
79 79
80**gaps** <inner|outer> <all|workspace|current> <set|plus|minus> <amount>:: 80**gaps** <inner|outer> <all|workspace|current> <set|plus|minus> <amount>::
81 Changes the gaps for the _inner_ or _outer_ gap. _all_ changes the gaps for 81 Changes the gaps for the _inner_ or _outer_ gap. _all_ changes the gaps for
82 all views or workspace, _workspace_ changes gaps for all views in current 82 all views or workspace, _workspace_ changes gaps for all views in current
83 workspace, or current workspace, and _current_ changes gaps for the current 83 workspace (or current workspace), and _current_ changes gaps for the current
84 view or workspace. 84 view or workspace.
85 85
86**kill**:: 86**kill**::