dotfiles

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

commit 31c10b68f6397e4febe78b4148eda93a9ecea707
parent 14bcc728046795e7f68eb92fba9381d9d6137441
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat, 16 Apr 2016 22:17:55 -0700

Config.h: Update slock config.h

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

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