diff options
author | okan | 2017-04-24 12:18:04 +0000 |
---|---|---|
committer | okan | 2017-04-24 12:18:04 +0000 |
commit | c64bea1dcfb38161bc6cd963a9bc0ea3c091b5d5 (patch) | |
tree | 4b08cf0a3660d9cdacfe621193c25eb8d0432dce /cwmrc.5 | |
parent | 53d39c6c470cbeca66f7ed24c6db3722d586030a (diff) | |
download | cwm-c64bea1dcfb38161bc6cd963a9bc0ea3c091b5d5.tar.gz |
For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand it
to %50 of the area, then fill in the remaining space with the other clients in
the same group; from Gerrit Meyerheim.
support from ajacoutot.
Diffstat (limited to 'cwmrc.5')
-rw-r--r-- | cwmrc.5 | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.66 2017/01/15 21:07:44 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.67 2017/04/24 12:18:04 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 15 2017 $ +.Dd $Mdocdate: April 24 2017 $ .Dt CWMRC 5 .Os .Sh NAME @@ -324,11 +324,13 @@ Vertically maximize current window (gap + border honored). .It window-hmaximize Horizontally maximize current window (gap + border honored). .It window-htile -Current window is placed at the top of the screen and maximized -horizontally, other windows in its group share remaining screen space. +Current window is placed at the top of the screen, maximized +horizontally and resized to half of the vertical screen space. Other +windows in its group share remaining screen space. .It window-vtile -Current window is placed on the left of the screen and maximized -vertically, other windows in its group share remaining screen space. +Current window is placed on the left of the screen, maximized vertically +and resized to half of the horizontal screen space. Other windows in its +group share remaining screen space. .It window-move Move current window. .It window-resize |