mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
fix: urgent border color not apply
This commit is contained in:
parent
8a24c74bf8
commit
0cfdec2889
1 changed files with 1 additions and 0 deletions
1
maomao.c
1
maomao.c
|
|
@ -4150,6 +4150,7 @@ void setborder_color(Client *c) {
|
||||||
if (c->isurgent) {
|
if (c->isurgent) {
|
||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
wlr_scene_rect_set_color(c->border[i], urgentcolor);
|
wlr_scene_rect_set_color(c->border[i], urgentcolor);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (c->is_in_scratchpad && c == selmon->sel) {
|
if (c->is_in_scratchpad && c == selmon->sel) {
|
||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue