Files
hypr/hypridle.conf
T
2026-08-22 21:53:57 +02:00

16 lines
331 B
Plaintext
Executable File

listener {
timeout = 200
on-timeout = notify-send "You are idle!"
on-resume = notify-send "Welcome back!"
}
listener {
timeout = 300
on-timeout = hyprlock
}
listener {
timeout = 360
on-timeout = $XDG_CONFIG_HOME/hypr/scripts/screen_off.sh
on-resume = $XDG_CONFIG_HOME/hypr/scripts/screen_on.sh
}