🪛 Quick fix \n Added Hypridle to exec-once and changed timeout from 5 to 1200 seconds

This commit is contained in:
Martin Berg Alstad 2024-12-31 00:45:55 +01:00
parent 1c9dded45c
commit 47d9c12a8f
Signed by: martials
GPG Key ID: A3824877B269F2E2
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@
on-timeout = "hyprlock";
}
{
timeout = 5;
timeout = 1200;
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}

View File

@ -50,6 +50,10 @@ exec-once = systemctl --user start hyprpolkitagent
# Notification deamon
exec-once = swaync
# Idle after predetermined amount of time
exec-once = hypridle
#############################
### ENVIRONMENT VARIABLES ###
#############################