summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-04 07:37:37 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-04 07:37:37 -0500
commitc3d731ba9333b6bce4e9f6b9a6ee20bbe7967865 (patch)
tree325b45395cd3ccda48cb7400922fda5b4731b14b /sway.5.txt
parentMerge pull request #215 from sce/gaps (diff)
parentLearn "gaps edge_gaps <on|off|toggle>". (diff)
downloadsway-c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865.tar.gz
sway-c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865.tar.zst
sway-c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865.zip
Merge pull request #216 from sce/learn_edge_gaps_0
Learn "gaps edge_gaps <on|off|toggle>".
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 5659a107..ab2bdedb 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -68,6 +68,11 @@ Commands
68**fullscreen**:: 68**fullscreen**::
69 Toggles fullscreen status for the focused view. 69 Toggles fullscreen status for the focused view.
70 70
71**gaps** edge_gaps <on|off|toggle>::
72 Whether or not to add gaps between views and workspace edges if amount of
73 inner gap is not zero. When _no_, no gap is added where the view is aligned to
74 the workspace edge, effectively creating gaps only between views.
75
71**gaps** <amount>:: 76**gaps** <amount>::
72 Sets default _amount_ pixels as the gap between each view, and around each 77 Sets default _amount_ pixels as the gap between each view, and around each
73 workspace. 78 workspace.