fix: some client miss set borderpx when reload config

This commit is contained in:
DreamMaoMao 2025-10-08 20:13:04 +08:00
parent 8de9c000e3
commit 4cd8fe8c6a

View file

@ -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;
}
}