$OpenBSD: patch-config_def_h,v 1.6 2009/04/26 13:23:31 sthen Exp $ --- config.def.h.orig Mon Apr 20 15:49:55 2009 +++ config.def.h Mon Apr 20 15:53:36 2009 @@ -1,13 +1,13 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"; -static const char normbordercolor[] = "#cccccc"; -static const char normbgcolor[] = "#cccccc"; -static const char normfgcolor[] = "#000000"; -static const char selbordercolor[] = "#0066ff"; -static const char selbgcolor[] = "#0066ff"; -static const char selfgcolor[] = "#ffffff"; +static const char font[] = "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"; +static const char normbordercolor[] = "#404040"; +static const char normbgcolor[] = "#202020"; +static const char normfgcolor[] = "#c0c0c0"; +static const char selbordercolor[] = "#8888ff"; +static const char selbgcolor[] = "#404040"; +static const char selfgcolor[] = "#f0f0f0"; static unsigned int borderpx = 1; /* border pixel of windows */ static unsigned int snap = 32; /* snap pixel */ static Bool showbar = True; /* False means no bar */ @@ -21,6 +21,8 @@ static Rule rules[] = { /* class instance title tags mask isfloating */ { "Gimp", NULL, NULL, 0, True }, { "Firefox", NULL, NULL, 1 << 8, True }, + { "Xonix", NULL, NULL, 0, True }, + { NULL, NULL, "glxgears", 0, True }, }; /* layout(s) */ @@ -47,7 +49,7 @@ static Layout layouts[] = { /* commands */ static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; -static const char *termcmd[] = { "uxterm", NULL }; +static const char *termcmd[] = { "xterm", NULL }; static Key keys[] = { /* modifier key function argument */