dotfiles/dotconfig/hypr/hypridle.conf
2024-03-04 15:30:59 +00:00

14 lines
449 B
Text

general {
lock_cmd = hyprlock
unlock_cmd = notify-send "Welcome back!"
#before_sleep_cmd = hyprlock
after_sleep_cmd = hyprlock
ignore_dbus_inhibit = false
}
listener {
timeout = 500 # in seconds
on-timeout = notify-send "You are idle!" # command to run when timeout has passed
on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
}