Add dpms patch

- Add timeout after lock screen starts to turn off monitor
This commit is contained in:
Sravan Balaji
2020-08-01 00:38:46 -04:00
parent 47c9f85af5
commit 76df5beac4
2 changed files with 23 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ 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;
/*Enable blur*/
#define BLUR
/*Set blur radius*/