sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 07532e34cfc0d0c4f732ba331e703e1e7cedbc66
parent f6abeb296247109aa19c6c83f5678267d63abc96
Author: Markus Teich <markus.teich@stusta.mhn.de>
Date:   Tue,  5 Apr 2016 11:56:18 +0200

slock: add failonclear config explanation.

people seem to not get it and ask on the ml before reading config.h.

Diffstat:
Mtools.suckless.org/slock/index.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/tools.suckless.org/slock/index.md b/tools.suckless.org/slock/index.md @@ -5,6 +5,14 @@ aware of. It is stable and quite a lot of people in our community are using it every day when they are out with friends or fetching some food from the local pub. +Configuration +------------- + +Slock is configured via `config.h` like most other suckless.org software. Per +default it will turn the screen red on any keyboard press, if you are less +paranoid and turning red on failed login attempts suffices for you, set +`failonclear = 0` in `config.h`. + Development ----------- You can [browse](http://git.suckless.org/slock) its source code repository