Removing the config.h from tracking. - thingmenu - A simple graphical menu launcher for X11.
HTML git clone git://bitreich.org/thingmenu
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR LICENSE
---
DIR commit 61b006b04f39ed482d927c73e7d826c5191329c1
DIR parent eaa31fec602e3aec1402e83f4e767775f7641bc9
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Thu, 30 Jun 2011 20:05:32 +0200
Removing the config.h from tracking.
Diffstat:
D config.h | 9 ---------
1 file changed, 0 insertions(+), 9 deletions(-)
---
DIR 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";
-