diff options
author | oga <oga> | 2008-05-19 17:13:55 +0000 |
---|---|---|
committer | oga <oga> | 2008-05-19 17:13:55 +0000 |
commit | 71f99ab78fb8f5f8c4ae93f7ed0529320c6fe391 (patch) | |
tree | fd793aca9a854098f96a4be67cbdb7590fb6172a /cwmrc.5 | |
parent | d347aa3d9a1ad8fb01286c51027c411f83d06a9c (diff) | |
download | cwm-71f99ab78fb8f5f8c4ae93f7ed0529320c6fe391.tar.gz cwm-71f99ab78fb8f5f8c4ae93f7ed0529320c6fe391.tar.xz cwm-71f99ab78fb8f5f8c4ae93f7ed0529320c6fe391.zip |
allow an autogroup value of 0 to mean no group. This means you can set
automatically "sticky" (in the traditional sense of the word) windows in autogroup mode. Based on an initial diff from Andrew Fresh, thanks! ok okan@.
Diffstat (limited to 'cwmrc.5')
-rw-r--r-- | cwmrc.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cwmrc.5 b/cwmrc.5 index c679c05..1b8c6b3 100644 --- a/cwmrc.5 +++ b/cwmrc.5 @@ -33,7 +33,11 @@ The following options are accepted in the configuration file: Control automatic window grouping, based on the class and/or name properties, where .Ar group -is a number between 1 and 9. +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. .Pp The class and name of a window may be obtained using .Xr xprop 1 . |