diff --git a/src/config/parse_config.h b/src/config/parse_config.h index 6f39c55..4f78af8 100644 --- a/src/config/parse_config.h +++ b/src/config/parse_config.h @@ -2810,7 +2810,7 @@ void reapply_border(void) { // reset border width when config change wl_list_for_each(c, &clients, link) { if (c && !c->iskilling) { - if (c->bw && !c->isnoborder) { + if (!c->isnoborder) { c->bw = borderpx; } }