aewl

changeset 784:f259785bac44

Start up with the not-sel view.
author markus schnalke <meillo@marmaro.de>
date Sat, 17 Mar 2012 19:07:44 +0100
parents 49a283c22ef4
children 5fa2cf6026e8
files aewl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/aewl.c	Sat Mar 17 19:07:15 2012 +0100
     1.2 +++ b/aewl.c	Sat Mar 17 19:07:44 2012 +0100
     1.3 @@ -1480,7 +1480,7 @@
     1.4  	wa.cursor = cursor[CurNormal];
     1.5  	XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
     1.6  	grabkeys();
     1.7 -	seltag = True;
     1.8 +	seltag = False;
     1.9  	viewfloats = False;
    1.10  	/* style */
    1.11  	dc.norm[ColBG] = getcolor(NORMBGCOLOR);