summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-29 13:49:28 +0200
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-03-30 00:47:58 +0200
commit86ea79ea6de62c0958511d45e755a4a7767efcd0 (patch)
tree96369d7356313ad86c1064c74db54258500814f2 /sway/sway.5.txt
parentMake client/pango.h not depend on client/window.h (diff)
downloadsway-86ea79ea6de62c0958511d45e755a4a7767efcd0.tar.gz
sway-86ea79ea6de62c0958511d45e755a4a7767efcd0.tar.zst
sway-86ea79ea6de62c0958511d45e755a4a7767efcd0.zip
Implement parsing of hide_edge_borders
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_.