summaryrefslogtreecommitdiffstats
path: root/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client.h')
-rw-r--r--client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.h b/client.h
index 74ddd2a..2ac6ad0 100644
--- a/client.h
+++ b/client.h
@@ -323,7 +323,7 @@ client_set_border_color(Client *c, const float color[static 4])
color = floatcolor;
else if (selmon->lt[selmon->sellt] == (Layout*)&layouts[2])
color = monoclecolor;
- else if (c->isurgent && client_is_mapped(c))
+ else if (c->isurgent)
color = urgentcolor;
else if (!exclusive_focus && !seat->drag)
color = focuscolor;