fix(hypridle): decrease timeout

This commit is contained in:
kenji
2026-01-10 17:44:56 -06:00
parent 2558f4a9b0
commit 4bfc554e35
+1 -1
View File
@@ -29,7 +29,7 @@
on-resume = "hyprctl dispatch dpms on"; # screen on when activity is detected after timeout has passed
}
{
timeout = 1800; # 30min
timeout = 660;
on-timeout = "systemctl suspend"; # suspend pc
}
];