diff --git a/client.c b/client.c index 1cb0021..6fa7c1b 100644 --- a/client.c +++ b/client.c @@ -491,7 +491,8 @@ client_unhide(struct client_ctx *cc) void client_urgency(struct client_ctx *cc) { - cc->flags |= CLIENT_URGENCY; + if (!cc->active) + cc->flags |= CLIENT_URGENCY; } void