dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 6b605c84b8081912b50dec0d1cb3c4dbb8ead5a3
parent ba2c57c1478c7f2655d57aa15ae87f03bddb89af
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Tue,  5 Apr 2016 22:05:26 -0700

Config.h: add slock config.h file

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

diff --git a/config.h/slock.config.h b/config.h/slock.config.h @@ -0,0 +1,6 @@ +static const char *colorname[NUMCOLS] = { + "#002b36", /* after initialization */ + "#268bd2", /* during input */ + "#dc322f", /* failed/cleared the input */ +}; +static const Bool failonclear = True;