aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-25 23:04:22 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-25 23:04:22 +0100
commitcc1b72371ad1b5f78817f969fe9416dee8eed916 (patch)
tree747f26fd39dd4db9accb3b3a45beda50fad4dcb6
parent6f49796250ed7ce87a79c19b9ae562ca423b88cb (diff)
New windows should be in the foreground.
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 53de645..a771954 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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[] = { \