Browse Source

sync when a client is being killed

master
Anselm R Garbe 15 years ago
parent
commit
7fe81359d4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dwm.c

+ 1
- 0
dwm.c View File

@ -1041,6 +1041,7 @@ killclient(const Arg *arg) {
}
else
XKillClient(dpy, selmon->sel->win);
XSync(dpy, False);
}
void


Loading…
Cancel
Save