diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2013-01-08 15:16:06 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2013-01-08 15:16:06 +0000 |
commit | 2c1fea411b0d94d18f7bdff1f7529ae922f06050 (patch) | |
tree | a3d1665118d2dfdeb646b3bdbcbbe4d83e835082 /app/cwm/cwmrc.5 | |
parent | 56d275c60815ab6091abd64e4efb2f3c785b2e6b (diff) |
add per-group vert/horiz tiling support; introduces 2 new bind commands,
'vtile' and 'htile'; from Alexander Polakov.
Diffstat (limited to 'app/cwm/cwmrc.5')
-rw-r--r-- | app/cwm/cwmrc.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index 5c48d89af..c86b1220f 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.51 2012/12/17 02:53:29 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.52 2013/01/08 15:16:05 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: December 17 2012 $ +.Dd $Mdocdate: January 8 2013 $ .Dt CWMRC 5 .Os .Sh NAME @@ -438,6 +438,12 @@ pixels right. Move pointer 10 times .Ar moveamount pixels left. +.It htile +Current window is placed at the top of the screen and maximized +horizontally, other windows in its group share remaining screen space. +.It vtile +Current window is placed on the left of the screen and maximized +vertically, other windows in its group share remaining screen space. .El .Sh MOUSEBIND COMMAND LIST .Bl -tag -width 18n -compact |