set hypridle to send the system to sleep after 10 min

main
The_miro 2025-09-26 00:10:55 +02:00
parent fd67b37c53
commit 2acab1b4e5
1 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ general {
}
listener {
timeout = 120
on-timeout = hyprlock # lock screen when timeout has passed
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
timeout = 600 #10min
on-timeout = systemctl suspend # suspend pc
}