diff --git a/etc/portage/patches/x11-misc/xautolock/xautolock-max-lock-mins.patch b/etc/portage/patches/x11-misc/xautolock/xautolock-max-lock-mins.patch index 59bd8dc..dbc0c68 100644 --- a/etc/portage/patches/x11-misc/xautolock/xautolock-max-lock-mins.patch +++ b/etc/portage/patches/x11-misc/xautolock/xautolock-max-lock-mins.patch @@ -1,6 +1,6 @@ --- a/include/config.h 2007-09-30 16:27:49.000000000 -0500 -+++ b/include/config.h 2016-11-07 09:53:44.378017135 -0600 -@@ -77,7 +77,7 @@ ++++ b/include/config.h 2016-12-19 08:58:15.680135187 -0600 +@@ -77,12 +77,12 @@ #define MIN_LOCK_MINS 1 /* minimum number of minutes before firing up the locker */ #define LOCK_MINS 10 /* default ... */ @@ -9,3 +9,9 @@ #define MIN_KILL_MINS 10 /* minimum number of minutes 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)) */