diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index c785751..0fb6232 100644 --- a/config.def.h +++ b/config.def.h @@ -4,6 +4,8 @@ static const char normfgcolor[] = "#c0c0c0"; static const char selbgcolor[] = "#884400"; static const char selfgcolor[] = "#f0f0f0"; static const int tabwidth = 200; +static const char before[] = "<"; +static const char after[] = ">"; #define EXEC "surf", "-x" #define MODKEY ControlMask |