diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-04 07:37:37 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-04 07:37:37 -0500 |
commit | c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865 (patch) | |
tree | 325b45395cd3ccda48cb7400922fda5b4731b14b /sway.5.txt | |
parent | 713c7d6e1eb886de374659d41ae4cab0f4bc3f34 (diff) | |
parent | abc5fbfaec5159de7e3f6043e61c00b81787a9f2 (diff) | |
download | sway-c3d731ba9333b6bce4e9f6b9a6ee20bbe7967865.tar.xz |
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.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -68,6 +68,11 @@ Commands **fullscreen**:: Toggles fullscreen status for the focused view. +**gaps** edge_gaps <on|off|toggle>:: + Whether or not to add gaps between views and workspace edges if amount of + inner gap is not zero. When _no_, no gap is added where the view is aligned to + the workspace edge, effectively creating gaps only between views. + **gaps** <amount>:: Sets default _amount_ pixels as the gap between each view, and around each workspace. |