summary refs log tree commit diff
path: root/cwm.1
diff options
context:
space:
mode:
authorjasper <jasper>2007-06-06 22:08:02 +0000
committerjasper <jasper>2007-06-06 22:08:02 +0000
commit35887fbdf6e97591feb8f0daf1d7123a5bbe9ed5 (patch)
treed25e7fa837de278448b08e039ffa9489ae39e41d /cwm.1
parentc025dc90897fa7f96859e84b709443d70e8a2980 (diff)
downloadcwm-35887fbdf6e97591feb8f0daf1d7123a5bbe9ed5.tar.gz
cwm-35887fbdf6e97591feb8f0daf1d7123a5bbe9ed5.tar.xz
cwm-35887fbdf6e97591feb8f0daf1d7123a5bbe9ed5.zip
document the autogroup functionality.
with aon@iki.fi
Diffstat (limited to 'cwm.1')
-rw-r--r--cwm.119
1 files changed, 19 insertions, 0 deletions
diff --git a/cwm.1 b/cwm.1
index a2efc77..d592ae6 100644
--- a/cwm.1
+++ b/cwm.1
@@ -207,6 +207,25 @@ The defaults for these are
 and 
 .Xr xlock 1 ,
 respectively.
+.Sh ~/.calmwm/.autogroup
+Symlinks in this directory are read upon startup and control the
+automatic grouping feature, which is based on the window name and class
+properties.
+To obtain the name and class of a window, you can use
+.Nm xprop WM_CLASS ,
+then click on the window.
+The first quoted string is the window name, the second one is the
+window class.
+.Pp
+The name of a link can be the window class, or the window class and name
+separated by a comma.
+The link target is a group name (one, two, \&..., nine).
+For example, to make all windows in the
+.Xr xterm 1
+class go to the third group:
+.Bd -literal -offset indent
+ln -s three ~/.calmwm/.autogroup/XTerm
+.Ed
 .Sh ENVIRONMENT
 .TP
 DISPLAY