summary refs log tree commit diff
path: root/cwmrc.5
diff options
context:
space:
mode:
authorokan <okan>2010-07-30 12:28:19 +0000
committerokan <okan>2010-07-30 12:28:19 +0000
commit2440efad06f6c6d13d5d46c498d29ccee4d58c42 (patch)
treede1c1dde376526026873193d772abc8d16754bdd /cwmrc.5
parentaaca5b7e45d4d4bdbd3e1001d80cccca4c14d77c (diff)
downloadcwm-2440efad06f6c6d13d5d46c498d29ccee4d58c42.tar.gz
cwm-2440efad06f6c6d13d5d46c498d29ccee4d58c42.tar.xz
cwm-2440efad06f6c6d13d5d46c498d29ccee4d58c42.zip
revert -r1.45 of group.c (log was: fix window name and class to match
cwmrc(5)).  instead, fix cwmrc(5) to match the old behavior which also
happens to match the example config, of which many have based their
configs; this also nicely matches the output of xprop(1).

clean-up of variable names as a separate commit.

suggested by sthen (and something we should have done initially).

discussed with and ok oga@
Diffstat (limited to 'cwmrc.5')
-rw-r--r--cwmrc.510
1 files changed, 5 insertions, 5 deletions
diff --git a/cwmrc.5 b/cwmrc.5
index 1fd978a..46bc897 100644
--- a/cwmrc.5
+++ b/cwmrc.5
@@ -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: March 20 2010 $
+.Dd $Mdocdate: July 23 2010 $
 .Dt CWMRC 5
 .Os
 .Sh NAME
@@ -27,8 +27,8 @@ configuration file.
 The following options are accepted in the configuration file:
 .Pp
 .Bl -tag -width Ds -compact
-.It Ic autogroup Ar group windowclass
-.It Ic autogroup Ar group windowclass,windowname
+.It Ic autogroup Ar group windowname
+.It Ic autogroup Ar group windowname,windowclass
 Control automatic window grouping, based on the class and/or name
 properties, where
 .Ar group
@@ -206,8 +206,8 @@ command xmms		xmms
 command top		"xterm -e top"
 
 # Autogroup definitions
-autogroup 3 "XTerm,aterm"
-autogroup 3 "XTerm,xterm"
+autogroup 3 "aterm,XTerm"
+autogroup 3 "xterm,XTerm"
 
 # Ignore programs by that name by not drawing borders around them.
 ignore XMMS