Conform dmenu border to dwm's

This commit is contained in:
Hektor Misplon
2021-01-08 22:32:50 +01:00
parent fec5c22113
commit 9c65f5f5c6
5 changed files with 25 additions and 2 deletions

View File

@@ -685,7 +685,7 @@ setup(void)
win = XCreateWindow(dpy, parentwin, x, y, mw - 2 * border_width, mh, border_width,
CopyFromParent, CopyFromParent, CopyFromParent,
CWOverrideRedirect | CWBackPixel | CWEventMask, &swa);
XSetWindowBorder(dpy, win, scheme[SchemeSel] [ColBg].pixel);
XSetWindowBorder(dpy, win, scheme[SchemeOut][ColBg].pixel);
XSetClassHint(dpy, win, &ch);