dotfiles/hypr/hypridle.conf
Seymur Bagirov 10d78efe47 add changes
2024-03-09 04:39:11 +04:00

15 lines
666 B
Plaintext

$lockCmd = pidof hyprlock || hyprlock
general {
lock_cmd = $lockCmd # dbus/sysd lock command (loginctl lock-session)
unlock_cmd = loginctl unlock-session # same as above, but unlock
before_sleep_cmd = $lockCmd # command ran before sleep
# after_sleep_cmd = $lockCmd # command ran after sleep
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
}
listener {
timeout = 500 # in seconds
on-timeout = loginctl lock-session # command to run when timeout has passed
on-resume = notify-send "Hello!" # command to run when activity is detected after timeout has fired.
}