diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
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[] = { \ |