diff options
author | Squibid <me@zacharyscheiman.com> | 2025-02-11 15:49:36 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-02-11 21:03:55 -0600 |
commit | 6539e07bbd39f0f2ed04331121f511d7b28a442f (patch) | |
tree | ec36b858b680bac384d2802f50704031b7efb4f5 /client.h | |
parent | d06ea7dcb8d51bf7cff3800dcfcd7ae852e3cb7f (diff) | |
download | dwl-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.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; |