# HG changeset patch # User markus schnalke # Date 1332007664 -3600 # Node ID f259785bac4472b57d186a6b01dad64152590d43 # Parent 49a283c22ef4b114ef9f45275ab6265b83a894dc Start up with the not-sel view. diff -r 49a283c22ef4 -r f259785bac44 aewl.c --- a/aewl.c Sat Mar 17 19:07:15 2012 +0100 +++ b/aewl.c Sat Mar 17 19:07:44 2012 +0100 @@ -1480,7 +1480,7 @@ wa.cursor = cursor[CurNormal]; XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa); grabkeys(); - seltag = True; + seltag = False; viewfloats = False; /* style */ dc.norm[ColBG] = getcolor(NORMBGCOLOR);