updated dwm(1)
This commit is contained in:
parent
47b1974446
commit
d05d09b205
2 changed files with 30 additions and 32 deletions
2
dwm.c
2
dwm.c
|
@ -1491,8 +1491,6 @@ setup(void) {
|
|||
wa.background_pixmap = ParentRelative;
|
||||
wa.event_mask = ButtonPressMask|ExposureMask;
|
||||
|
||||
|
||||
|
||||
barwin = XCreateWindow(dpy, root, bx, by, bw, bh, 0, DefaultDepth(dpy, screen),
|
||||
CopyFromParent, DefaultVisual(dpy, screen),
|
||||
CWOverrideRedirect|CWBackPixmap|CWEventMask, &wa);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue