hyprland: lower drastically the hypridle time

This commit is contained in:
Alexandre Cavalheiro 2024-08-16 09:01:31 -03:00
parent 50dd221409
commit cff3527814
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -16,11 +16,11 @@
listener = [ listener = [
{ {
timeout = 300; timeout = 120;
on-timeout = "hyprlock"; on-timeout = "hyprlock";
} }
{ {
timeout = 480; timeout = 180;
on-timeout = "hyprctl dispatch dpms off"; on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on"; on-resume = "hyprctl dispatch dpms on";
} }