summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 1bb5cd3b..13d304bb 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -67,6 +67,9 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
67**fullscreen**:: 67**fullscreen**::
68 Toggles fullscreen status for the focused view. 68 Toggles fullscreen status for the focused view.
69 69
70**hide_edge_borders** <none|vertical|horizontal|both>::
71 Hide window borders adjacent to the screen edges. Default is _none_.
72
70**layout** <mode>:: 73**layout** <mode>::
71 Sets the layout mode of the focused container. _mode_ can be one of _splith_, 74 Sets the layout mode of the focused container. _mode_ can be one of _splith_,
72 _splitv_, or _toggle split_. 75 _splitv_, or _toggle split_.