home: wm: change default screen-lock timeout
5 minutes is too short.
This commit is contained in:
parent
dc8d4c2802
commit
9c009b40eb
|
@ -78,7 +78,7 @@ in
|
||||||
|
|
||||||
timeout = mkOption {
|
timeout = mkOption {
|
||||||
type = types.ints.between 1 60;
|
type = types.ints.between 1 60;
|
||||||
default = 5;
|
default = 15;
|
||||||
example = 1;
|
example = 1;
|
||||||
description = "Inactive time interval to lock the screen automatically";
|
description = "Inactive time interval to lock the screen automatically";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue