diff options
author | okan | 2011-09-03 09:20:58 +0000 |
---|---|---|
committer | okan | 2011-09-03 09:20:58 +0000 |
commit | 396ab2c5818d5fb12d474bbb4caa43c1f3be7fc5 (patch) | |
tree | 63f9d24a3df9b6cadacfe8149ef56013c0f04914 /cwmrc.5 | |
parent | d9975e05e840a450623ca41602c3636810d8b1ff (diff) | |
download | cwm-396ab2c5818d5fb12d474bbb4caa43c1f3be7fc5.tar.gz |
Add {r,}cycleingroup to cycle through clients belonging to the same
group as the active client (as opposed to all unhidden clients); from
Alexander Polakov, with a tiny tweak requested by oga.
ok oga@
Diffstat (limited to 'cwmrc.5')
-rw-r--r-- | cwmrc.5 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.38 2011/06/25 13:12:56 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.39 2011/09/03 09:20:58 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: June 25 2011 $ +.Dd $Mdocdate: September 3 2011 $ .Dt CWMRC 5 .Os .Sh NAME @@ -289,6 +289,10 @@ Reverse cycle through groups. Forward cycle through windows. .It rcycle Reverse cycle through windows. +.It cycleingroup +Forward cycle through windows in current group. +.It rcycleingroup +Reverse cycle through windows in current group. .It snapdist Minimum distance to snap-to adjacent edge. .It delete |