From 6539e07bbd39f0f2ed04331121f511d7b28a442f Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 11 Feb 2025 15:49:36 -0600 Subject: add keybind to reset mfact and nmaster --- client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.h') 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; -- cgit v1.2.1