Introduction
Introduction Statistics Contact Development Disclaimer Help
tsync when a client is being killed - dwm - [fork] customized build of dwm, the…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 7fe81359d46df4b3173c233a7787d81ce322c827
parent a3a859b4e93d65fd22619449d18e0437d5c2774b
Author: Anselm R Garbe <[email protected]>
Date: Tue, 8 Sep 2009 13:16:54 +0100
sync when a client is being killed
Diffstat:
M dwm.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -1041,6 +1041,7 @@ killclient(const Arg *arg) {
}
else
XKillClient(dpy, selmon->sel->win);
+ XSync(dpy, False);
}
void
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.