New windows should be in the foreground.

This commit is contained in:
Christoph Lohmann 2012-11-25 23:04:22 +01:00
parent 6f49796250
commit cc1b72371a

View File

@ -9,7 +9,7 @@ static const char selfgcolor[] = "#ffffff";
static const char before[] = "<";
static const char after[] = ">";
static const int tabwidth = 200;
static const Bool foreground = False;
static const Bool foreground = True;
#define MODKEY ControlMask
static Key keys[] = { \