mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-18 06:59:53 -05:00
fix: some client miss set borderpx when reload config
This commit is contained in:
parent
8de9c000e3
commit
4cd8fe8c6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue