thingmenu

A simple graphical menu launcher for X11.
git clone git://r-36.net/thingmenu
Log | Files | Refs | LICENSE

commit 61b006b04f39ed482d927c73e7d826c5191329c1
parent eaa31fec602e3aec1402e83f4e767775f7641bc9
Author: Christoph Lohmann <20h@r-36.net>
Date:   Thu, 30 Jun 2011 20:05:32 +0200

Removing the config.h from tracking.

Diffstat:
config.h | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/config.h b/config.h @@ -1,9 +0,0 @@ -static const Bool wmborder = True; -static const char *font = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; -static const char *normbgcolor = "#222222"; -static const char *normfgcolor = "#cccccc"; -static const char *pressbgcolor = "#ffffff"; -static const char *pressfgcolor = "#000000"; -static const char *highlightbgcolor = "#bbbbbb"; -static const char *highlightfgcolor = "#000000"; -