idle time increase

This commit is contained in:
death916 2026-02-18 22:32:58 -08:00
parent 36c0a70e11
commit cb1f6058bb

View file

@ -243,14 +243,14 @@
};
listener = [
# Lock after 5 minutes of inactivity
# Lock after 10 minutes of inactivity
{
timeout = 300;
timeout = 600;
on-timeout = "hyprlock";
}
# Turn off display after 10 minutes
{
timeout = 600;
timeout = 750;
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}