diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2010-09-25 20:04:56 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2010-09-25 20:04:56 +0000 |
commit | 90f813308dfa8c9e10800b49198d3dc9293682e7 (patch) | |
tree | 3b89af8615226471d925bd0fc27cc1e126f2e789 /app/cwm/cwmrc.5 | |
parent | 2eee3a9c2a5380709cb5f5c31a09f2311d8caebe (diff) |
do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks.
(with the manpage bit from me).
ok oga@
Diffstat (limited to 'app/cwm/cwmrc.5')
-rw-r--r-- | app/cwm/cwmrc.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index d6bd15b5a..6610e2b62 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.32 2010/09/25 19:54:02 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.33 2010/09/25 20:04:55 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -138,7 +138,7 @@ can be used for applications such as where the user may wish to remain visible. .Pp .It Ic ignore Ar windowname -Ignore windows with the name +Ignore, and do not warp to, windows with the name .Ar windowname when drawing borders and cycling through windows. .Pp |