fix border color for unfocused clients

This commit is contained in:
speedie 2023-07-02 02:40:06 +02:00
parent 933a0506a5
commit 3097611bdb

2
dwm.c
View file

@ -1804,7 +1804,7 @@ unfocus(Client *c, int setfocus)
unsigned short g;
unsigned short b;
hexconv(col_cyan, &r, &g, &b);
hexconv(col_gray2, &r, &g, &b);
col.red = r << 8;
col.green = g << 8;