dotfiles

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

commit 5a999b810b382129424972a9acbcf29a22dfb1ff
parent 45a2d791651c2d07f99581a16fca0126baf70b53
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu,  7 Apr 2016 22:09:25 -0700

Config.h: Change slock to show black when clear

Diffstat:
config.h/slock.config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h/slock.config.h b/config.h/slock.config.h @@ -3,4 +3,4 @@ static const char *colorname[NUMCOLS] = { "#268bd2", /* during input */ "#dc322f", /* failed/cleared the input */ }; -static const Bool failonclear = True; +static const Bool failonclear = False;