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 = [ listener = [
{ {
timeout = 900; timeout = 300;
on-timeout = "hyprctl dispatch dpms off"; on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on"; on-resume = "hyprctl dispatch dpms on";
} }