dotfiles/dotconfig/hypr/hypridle.conf

15 lines
452 B
Text
Raw Normal View History

2024-03-04 16:30:59 +01:00
general {
lock_cmd = hyprlock
unlock_cmd = notify-send "Welcome back!"
#before_sleep_cmd = hyprlock
after_sleep_cmd = hyprlock
ignore_dbus_inhibit = false
}
listener {
2024-03-15 15:33:04 +01:00
#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.
2024-03-04 16:30:59 +01:00
}