diff options
author | okan | 2013-12-13 14:40:52 +0000 |
---|---|---|
committer | okan | 2013-12-13 14:40:52 +0000 |
commit | 8bf0caccf5ae3af242795fe54cb48ec4b847d0e3 (patch) | |
tree | 2f1b843524267a87193b4f21e9b478e5646cbf96 /cwmrc.5 | |
parent | 754e61eb263aa34c713a1854a432f4fc979453d7 (diff) | |
download | cwm-8bf0caccf5ae3af242795fe54cb48ec4b847d0e3.tar.gz |
Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION
ewmh hint; urgencyborder is configurable. The urgency flag will stick,
even while on a client in a non-viewable group, until the client
receives focus (where the border is reset). Initial diff from Thomas
Adam with some changes/enhancements from me.
Diffstat (limited to 'cwmrc.5')
-rw-r--r-- | cwmrc.5 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.55 2013/11/27 16:24:17 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.56 2013/12/13 14:40:52 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: November 27 2013 $ +.Dd $Mdocdate: December 13 2013 $ .Dt CWMRC 5 .Os .Sh NAME @@ -125,6 +125,9 @@ Set menu background color. .It Ic color menufg Ar color Set menu foreground color. .Pp +.It Ic color urgencyborder Ar color +Set the color of the border of a window indicating urgency. +.Pp .It Ic color ungroupborder Ar color Set the color of the border while ungrouping a window. .Pp |