Hey, dude-

> -Control automatic window grouping, based on the name and/or class
> -properties, where
> +Control automatic window grouping based on either the class property,
> +or on the name and class properties, where

I like your wording, and I think it is clearer.  However, after
this change now I think the "Control automatic window grouping" could
use a little attention.  What do you think about completely revising
the whole autogroup description?  (This bikeshed needs another wing)

Below is a new diff which incorporates your suggestion (plus a few
additions), and revises the rest of the description as well.  Comments?

Thanks again!

Best,
Kent


Index: cwmrc.5
===================================================================
RCS file: /cvs/xenocara/app/cwm/cwmrc.5,v
retrieving revision 1.43
diff -N -p -u cwmrc.5
--- cwmrc.5     6 Jul 2012 08:41:29 -0000       1.43
+++ cwmrc.5     28 Oct 2012 07:29:30 -0000
@@ -39,19 +39,30 @@ Arguments containing whitespace should be surrounded b
 The following options are accepted:
 .Pp
 .Bl -tag -width Ds -compact
-.It Ic autogroup Ar group windowname
+.It Ic autogroup Ar group windowclass
 .It Ic autogroup Ar group windowname,windowclass
-Control automatic window grouping, based on the name and/or class
-properties, where
+Automatically add new windows to
 .Ar group
+if their class property matches
+.Ar windowclass ,
+or name and class properties match
+.Ar windowname
+and
+.Ar windowclass .
+.Ar Group
 is a number between 0 and 9.
-If the group number is 0, then the window will not be grouped; this to
-allow for
-.Dq sticky
-windows in sticky group mode.
+When
+.Ar group
+is 0 matching windows will not be added to any group; this may be
+used to override
+.Dq sticky group mode .
 .Pp
-The name and class of a window may be obtained using
-.Xr xprop 1 .
+The name and class values for existing windows may be obtained using
+.Xr xprop 1
+.Po see
+.Xr XClassHint 3
+for details
+.Pc .
 .Pp
 .It Ic bind Ar keys command
 Cause the creation of a keybinding, or replacement of a default

Reply via email to