hyprland: lower drastically the hypridle time
This commit is contained in:
parent
50dd221409
commit
cff3527814
|
@ -16,11 +16,11 @@
|
|||
|
||||
listener = [
|
||||
{
|
||||
timeout = 300;
|
||||
timeout = 120;
|
||||
on-timeout = "hyprlock";
|
||||
}
|
||||
{
|
||||
timeout = 480;
|
||||
timeout = 180;
|
||||
on-timeout = "hyprctl dispatch dpms off";
|
||||
on-resume = "hyprctl dispatch dpms on";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue