diff --git a/config/dwm/dwm.c b/config/dwm/dwm.c index 44e262ab..d99a7f51 100644 --- a/config/dwm/dwm.c +++ b/config/dwm/dwm.c @@ -629,6 +629,7 @@ clientmessage(XEvent *e) updatesystrayicongeom(c, wa.width, wa.height); XAddToSaveSet(dpy, c->win); XSelectInput(dpy, c->win, StructureNotifyMask | PropertyChangeMask | ResizeRedirectMask); + XClassHint ch = {"dwmsystray", "dwmsystray"}; XReparentWindow(dpy, c->win, systray->win, 0, 0); /* use parents background color */ swa.background_pixel = scheme[SchemeNorm][ColBg].pixel;