1
0
mirror of https://github.com/tiyn/slock.git synced 2026-02-22 15:24:49 +01:00

applying dpms patch

This commit is contained in:
TiynGER
2020-03-31 11:11:56 +02:00
parent aaf27e6c3a
commit d6130ebe6a
4 changed files with 480 additions and 0 deletions

View File

@@ -10,3 +10,6 @@ static const char *colorname[NUMCOLS] = {
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
/* time in seconds before the monitor shuts down */
static const int monitortime = 5;