diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2010-09-25 19:54:03 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2010-09-25 19:54:03 +0000 |
commit | e5a3feeae0d03932714bd5596c0ba8e28da438ab (patch) | |
tree | 5686e0cb199494688f4204e5be97d3aedfe43c5c /app/cwm/cwmrc.5 | |
parent | e6bca01e474550b27293e4046f4c9207edf8d8e7 (diff) |
clarify window name/class a bit more with word ordering.
ok oga@
Diffstat (limited to 'app/cwm/cwmrc.5')
-rw-r--r-- | app/cwm/cwmrc.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index 095ea23cc..d6bd15b5a 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.31 2010/07/30 12:28:19 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.32 2010/09/25 19:54:02 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: July 30 2010 $ +.Dd $Mdocdate: September 25 2010 $ .Dt CWMRC 5 .Os .Sh NAME @@ -29,7 +29,7 @@ The following options are accepted in the configuration file: .Bl -tag -width Ds -compact .It Ic autogroup Ar group windowname .It Ic autogroup Ar group windowname,windowclass -Control automatic window grouping, based on the class and/or name +Control automatic window grouping, based on the name and/or class properties, where .Ar group is a number between 0 and 9. @@ -38,7 +38,7 @@ allow for .Dq sticky windows in sticky group mode. .Pp -The class and name of a window may be obtained using +The name and class of a window may be obtained using .Xr xprop 1 . .Pp .It Ic bind Ar keys command |