diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-11-07 14:59:08 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-11-07 14:59:08 +0000 |
commit | e905c0df05a43abb10b0d92b2647bf8f4aad7809 (patch) | |
tree | a1ed65e8f35bdcb68b64158f1545d91d8841f50d /app | |
parent | 8525615252c5cafc177874586f33fe5dfd269ed1 (diff) |
clarify windowname and windowclass values are pulled from the WM_CLASS
property; from Kent Spillner
Diffstat (limited to 'app')
-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 557590af5..8f44c7e94 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.47 2012/11/07 14:58:26 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.48 2012/11/07 14:59:07 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -59,7 +59,7 @@ used to override .Dq sticky group mode . .Pp The name and class values, respectively, for existing windows -may be obtained using +are both set in the WM_CLASS property and may be obtained using .Xr xprop 1 . .Pp .It Ic bind Ar keys command |