diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-12-07 22:10:29 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-12-07 22:10:29 +0100 |
commit | 6ad2d4486d8cd35c707ebf70d1e8b724e2c2b3f1 (patch) | |
tree | def910d648fa9181ab3feb1cec87f4445192ca09 | |
parent | d1bc7e3930042f42e07c508252da17f431a810d8 (diff) |
Updated lock length for laptop config
-rw-r--r-- | config-laptop.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config-laptop.h b/config-laptop.h index b6da024..bb59d2d 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -35,8 +35,7 @@ static const Bool toptab = True; /* False means bottom tab ba /* Productivity lock timeout in seconds - when the productivity lock is enabled, it is */ /* impossible to change view and toggle tags for the duration of the timeout */ -/* Default is 15 minutes (900 s) */ -static const long ptimeout = 900; +static const long ptimeout = 1800; /* tags web chat work office media win7 gp gp gp */ static const char *tags[] = { "\uE372", "\uE21B", "\uE3A9", "\uE0F2", "\uE140", "\uE343", "\uE027", "\uE027", "\uE027" }; |