Choose W->ctheme in client_manage
This commit is contained in:
parent
25dec6073c
commit
8749b23250
@ -906,7 +906,7 @@ client_new(Window w, XWindowAttributes *wa, bool scan)
|
|||||||
c->win = w;
|
c->win = w;
|
||||||
c->flags = 0;
|
c->flags = 0;
|
||||||
c->screen = screen_update_sel();
|
c->screen = screen_update_sel();
|
||||||
c->theme = THEME_DEFAULT;
|
c->theme = W->ctheme;
|
||||||
c->tag = NULL;
|
c->tag = NULL;
|
||||||
c->tabmaster = NULL;
|
c->tabmaster = NULL;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user