Browse Source

new option

config
TiynGER 9 months ago
parent
commit
614ca8a08a
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      README.md
  2. +1
    -1
      config.def.h

+ 1
- 0
README.md

@ -4,3 +4,4 @@ This belongs to my larbs installation script.
## Patches ## Patches
The list below shows the currently applied patches to the master branch. The list below shows the currently applied patches to the master branch.
- slock-dpms-1.4.diff (turns off the monitor after a given time)

+ 1
- 1
config.def.h

@ -12,4 +12,4 @@ static const char *colorname[NUMCOLS] = {
static const int failonclear = 1; static const int failonclear = 1;
/* time in seconds before the monitor shuts down */ /* time in seconds before the monitor shuts down */
static const int monitortime = 5;
static const int monitortime = 3;

Loading…
Cancel
Save