home: wm: change default screen-lock timeout
5 minutes is too short.
This commit is contained in:
parent
923227f371
commit
f386149550
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue