summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Calvin Lee <cyrus296@gmail.com>2017-04-23 21:55:30 -0600
committerLibravatar Calvin Lee <cyrus296@gmail.com>2017-04-23 21:57:23 -0600
commit0dc7e9f514f34aed4f61e401edee3d299251ba17 (patch)
tree0544ca1396271c7de4c7fd618eadfbeefd578df5
parentMerge pull request #1184 from JerziKaminsky/logging2 (diff)
downloadsway-0dc7e9f514f34aed4f61e401edee3d299251ba17.tar.gz
sway-0dc7e9f514f34aed4f61e401edee3d299251ba17.tar.zst
sway-0dc7e9f514f34aed4f61e401edee3d299251ba17.zip
Fix typo in sway(5)
-rw-r--r--sway/sway.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 446fbf05..4bc968e0 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -282,7 +282,7 @@ The default colors are:
282 282
283**gaps** edge_gaps <on|off|toggle>:: 283**gaps** edge_gaps <on|off|toggle>::
284 Whether or not to add gaps between views and workspace edges if amount of 284 Whether or not to add gaps between views and workspace edges if amount of
285 inner gap is not zero. When _no_, no gap is added where the view is aligned to 285 inner gap is not zero. When _off_, no gap is added where the view is aligned to
286 the workspace edge, effectively creating gaps only between views. The toggle 286 the workspace edge, effectively creating gaps only between views. The toggle
287 argument cannot be used in the configuration file. 287 argument cannot be used in the configuration file.
288 288