aewl

diff main.c @ 95:5d88952cbf96

implemened distinguishing float/managed geometries of clients (works quite well)
author Anselm R. Garbe <garbeam@wmii.de>
date Tue, 18 Jul 2006 12:36:57 +0200
parents 4bee0aa5b286
children a19556fe83b5
line diff
     1.1 --- a/main.c	Tue Jul 18 11:45:32 2006 +0200
     1.2 +++ b/main.c	Tue Jul 18 12:36:57 2006 +0200
     1.3 @@ -261,6 +261,7 @@
     1.4  	XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
     1.5  
     1.6  	strcpy(stext, "dwm-"VERSION);
     1.7 +
     1.8  	scan();
     1.9  
    1.10  	/* main event loop, reads status text from stdin as well */