Files
dotfiles/.config/hypr/hypridle.conf
T
2026-03-03 22:48:21 +01:00

12 lines
268 B
Plaintext
Executable File

general {
lock_cmd = zshell -l
before_sleep_cmd = loginctl lock-session
after_sleep_cmd = hyprctl dispatch dpms on
}
# AFK message
listener {
timeout = 240
on-timeout = hyprctl notify -1 3000 "rgb(ff1ea3)" "Your system will lock in 60 seconds."
}