diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-05-17 23:40:58 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-05-17 23:40:58 +0000 |
commit | 49c64852885aadb1bd54f8e5d2a1961363db7461 (patch) | |
tree | 8c29c10285b08cdd10854a7a7c94ec5e359519f1 /app/cwm/cwmrc.5 | |
parent | 643784d1e14fb8db12be54b8c9f89cc3bbc725f3 (diff) |
a long time coming - re-work the way we deal with colors: since we're
using Xft(3), use it to select the font color as well instead of trying
to build one; properly allocate and free colors at-will, e.g. we now
have configurable colors.
feedback and ok's todd@ and oga@
Diffstat (limited to 'app/cwm/cwmrc.5')
-rw-r--r-- | app/cwm/cwmrc.5 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index 80417f96f..910b1b9e2 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.24 2009/05/17 17:04:59 sthen Exp $ +.\" $OpenBSD: cwmrc.5,v 1.25 2009/05/17 23:40:57 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -84,6 +84,18 @@ application. Set the window border width to .Ar pixels . .Pp +.It Ic color activeborder Ar color +Set the color of the active border. +.Pp +.It Ic color groupborder Ar color +Set the color of the border while grouping a window. +.Pp +.It Ic color inactiveborder Ar color +Set the color of the inactive border. +.Pp +.It Ic color ungroupborder Ar color +Set the color of the border while ungrouping a window. +.Pp .It Ic command Ar name Ar path Every .Ar name |