dotfiles/hypr/hypridle.conf
Seymur Bagirov 2dd957d7b8 add stuff
2024-06-29 02:58:35 +04:00

13 lines
570 B
Plaintext

general {
lock_cmd = pidof hyprlock || hyprlock # dbus/sysd lock command (loginctl lock-session)
# unlock_cmd = loginctl unlock-session # same as above, but unlock
before_sleep_cmd = loginctl lock-session # command ran before sleep
after_sleep_cmd = hyprctl dispatch dpms on # 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
}