~kris/suckless

tabbed

cc1b72371ad1b5f78817f969fe9416dee8eed916 — Christoph Lohmann 13 years ago 6f49796
New windows should be in the foreground.
1 files changed, 1 insertions(+), 1 deletions(-)

M config.def.h
M config.def.h => config.def.h +1 -1
@@ 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[] = { \