feat: Change the timeout to 5min for hyprland

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-05-13 16:12:43 +05:30
parent eed4c6d633
commit a8342f1766

View File

@@ -16,7 +16,7 @@
};
listener = [
{
timeout = 900;
timeout = 300;
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}