sync when a client is being killed
This commit is contained in:
parent
a3a859b4e9
commit
7fe81359d4
1
dwm.c
1
dwm.c
@ -1041,6 +1041,7 @@ killclient(const Arg *arg) {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
XKillClient(dpy, selmon->sel->win);
|
XKillClient(dpy, selmon->sel->win);
|
||||||
|
XSync(dpy, False);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user