mirror of
git://git.suckless.org/dwm
synced 2025-08-21 07:13:54 -07:00
updated dwm(1)
This commit is contained in:
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);
|
||||
|
Reference in New Issue
Block a user