Files
dotfiles/.config/hypr/hypridle.conf
T
Zacharias-Brohn 567faff34e test
2026-01-19 18:40:28 +01:00

12 lines
297 B
Plaintext

general {
lock_cmd = pidof hyprlock || uwsm-app -- hyprlock
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."
}