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 (2012-03-17)
parents 49a283c22ef4
children 5fa2cf6026e8
files aewl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);