Update xautolock patch
parent
a478bb9558
commit
a7b4dcd96f
|
@ -1,6 +1,6 @@
|
||||||
--- a/include/config.h 2007-09-30 16:27:49.000000000 -0500
|
--- a/include/config.h 2007-09-30 16:27:49.000000000 -0500
|
||||||
+++ b/include/config.h 2016-11-07 09:53:44.378017135 -0600
|
+++ b/include/config.h 2016-12-19 08:58:15.680135187 -0600
|
||||||
@@ -77,7 +77,7 @@
|
@@ -77,12 +77,12 @@
|
||||||
#define MIN_LOCK_MINS 1 /* minimum number of minutes
|
#define MIN_LOCK_MINS 1 /* minimum number of minutes
|
||||||
before firing up the locker */
|
before firing up the locker */
|
||||||
#define LOCK_MINS 10 /* default ... */
|
#define LOCK_MINS 10 /* default ... */
|
||||||
|
@ -9,3 +9,9 @@
|
||||||
|
|
||||||
#define MIN_KILL_MINS 10 /* minimum number of minutes
|
#define MIN_KILL_MINS 10 /* minimum number of minutes
|
||||||
before firing up the killer */
|
before firing up the killer */
|
||||||
|
#define KILL_MINS 20 /* default ... */
|
||||||
|
-#define MAX_KILL_MINS 120 /* maximum ... */
|
||||||
|
+#define MAX_KILL_MINS 1440 /* maximum ... */
|
||||||
|
|
||||||
|
#define CREATION_DELAY 30 /* should be > 10 and
|
||||||
|
< min(45,(MIN_LOCK_MINS*30)) */
|
||||||
|
|
Loading…
Reference in New Issue