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

Commit

Permalink
added missing scan
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed Sep 22, 2009
1 parent 25b80fb commit c769ba9
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 @@ -1769,6 +1769,7 @@ updategeom(void) {
else { /* less monitors available */
cleanup();
setup();
scan();
}
free(unique);
}
Expand Down

0 comments on commit c769ba9

Please sign in to comment.