fix: urgent border color not apply

This commit is contained in:
DreamMaoMao 2025-03-09 14:01:54 +08:00
parent 8a24c74bf8
commit 0cfdec2889

View file

@ -4150,6 +4150,7 @@ void setborder_color(Client *c) {
if (c->isurgent) {
for (i = 0; i < 4; i++)
wlr_scene_rect_set_color(c->border[i], urgentcolor);
return;
}
if (c->is_in_scratchpad && c == selmon->sel) {
for (i = 0; i < 4; i++)