X-Git-Url: https://git.armaanb.net/?p=slock.git;a=blobdiff_plain;f=config.def.h;h=69859d4ce70e4ebb5e638f9b9ac076642fe83077;hp=21b6659cd6b002d9480ec7a994069ed0d6a655c5;hb=716d7ac8524d47f244928ae45ca79194cfa2e7ff;hpb=476d719e840028f54ea3ed5c3fecffa54913d9f6 diff --git a/config.def.h b/config.def.h index 21b6659..69859d4 100644 --- a/config.def.h +++ b/config.def.h @@ -13,3 +13,6 @@ static const int failonclear = 1; /* time in seconds to cancel lock with mouse movement */ static const int timetocancel = 4; + +/* time in seconds before the monitor shuts down */ +static const int monitortime = timetocancel;