thinglaunch

A simple command and password prompter for X11.
git clone git://r-36.net/thinglaunch
Log | Files | Refs | LICENSE

commit a0a1f790e60975939f4af0cb291abb32372c8f9e
parent 6e8e0fef1c56465feb26cb4009c54315baa1ecb3
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri, 31 Oct 2014 13:34:54 +0100

config.h shouldn't be in the repo.

Thanks Drakevr!

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

diff --git a/config.h b/config.h @@ -1,5 +0,0 @@ -static const char *font = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; -static const char *prompt = "exec> "; -static const char *normbgcolor = "#222222"; -static const char *normfgcolor = "#cccccc"; -