diff options
Diffstat (limited to '')
-rw-r--r-- | client.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |