increase timeout
This commit is contained in:
parent
311cb2620a
commit
36cce67436
1 changed files with 2 additions and 2 deletions
|
|
@ -184,12 +184,12 @@ in {
|
||||||
|
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
timeout = 300;
|
timeout = 900;
|
||||||
onTimeout = "hyprctl dispatch dpms off";
|
onTimeout = "hyprctl dispatch dpms off";
|
||||||
onResume = "hyprctl dispatch dpms on";
|
onResume = "hyprctl dispatch dpms on";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
timeout = 310;
|
timeout = 910;
|
||||||
onTimeout = "loginctl lock-session";
|
onTimeout = "loginctl lock-session";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue