diff --git a/src/config/parse_config.h b/src/config/parse_config.h index 5860fe9..25c5db8 100644 --- a/src/config/parse_config.h +++ b/src/config/parse_config.h @@ -2244,7 +2244,7 @@ void reload_config(const Arg *arg) { // reset border width when config change wl_list_for_each(c, &clients, link) { if (c && !c->iskilling) { - if (c->bw) { + if (c->bw && !c->isnoborder) { c->bw = borderpx; } }