Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
sync when a client is being killed
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed Sep 8, 2009
1 parent 541a687 commit 872a04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,7 @@ killclient(const Arg *arg) {
}
else
XKillClient(dpy, selmon->sel->win);
XSync(dpy, False);
}

void
Expand Down

0 comments on commit 872a04a

Please sign in to comment.