summaryrefslogtreecommitdiffstats
path: root/client.h
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2025-02-11 15:49:36 -0600
committerSquibid <me@zacharyscheiman.com>2025-02-11 21:03:55 -0600
commit6539e07bbd39f0f2ed04331121f511d7b28a442f (patch)
treeec36b858b680bac384d2802f50704031b7efb4f5 /client.h
parentd06ea7dcb8d51bf7cff3800dcfcd7ae852e3cb7f (diff)
downloaddwl-6539e07bbd39f0f2ed04331121f511d7b28a442f.tar.gz
dwl-6539e07bbd39f0f2ed04331121f511d7b28a442f.tar.bz2
dwl-6539e07bbd39f0f2ed04331121f511d7b28a442f.zip
add keybind to reset mfact and nmaster
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;