dotfiles/eggs/hypr/hypridle.conf
Katzenkralle 4e9be09c10 Init
2025-05-10 19:23:48 +02:00

10 lines
258 B
Plaintext
Executable File

listener {
timeout = 600 # 10min
on-timeout = bash $HOME/Builds/microscripts/sleep.sh
}
listener {
timeout = 3600 # 60min
on-timeout = systemctl hibernate # command to run when timeout has passed
}