diff options
author | okan | 2011-09-08 12:07:03 +0000 |
---|---|---|
committer | okan | 2011-09-08 12:07:03 +0000 |
commit | f62e165e708a0095e787f98912d4d2e24c0d8b01 (patch) | |
tree | d8366c3060d9bc8b72ee94bfcba7b5ee929d1d81 /cwmrc.5 | |
parent | 2f671ecd12558466c3b0f38604dedf5f2fab2e59 (diff) | |
download | cwm-f62e165e708a0095e787f98912d4d2e24c0d8b01.tar.gz |
allow menufg/menubg to be configurable; from Alexander Polakov.
ok oga@
Diffstat (limited to '')
-rw-r--r-- | cwmrc.5 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.39 2011/09/03 09:20:58 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.40 2011/09/08 12:07:03 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: September 3 2011 $ +.Dd $Mdocdate: September 8 2011 $ .Dt CWMRC 5 .Os .Sh NAME @@ -105,6 +105,12 @@ Set the color of the border while grouping a window. .It Ic color inactiveborder Ar color Set the color of the inactive border. .Pp +.It Ic color menubg Ar color +Set menu background color. +.Pp +.It Ic color menufg Ar color +Set menu foreground color. +.Pp .It Ic color ungroupborder Ar color Set the color of the border while ungrouping a window. .Pp |