1
0
Dotfiles/.config/hypr/hypridle.conf
2025-01-02 06:22:18 -05:00

23 lines
546 B
Plaintext

general {
lock_cmd = pidof hyprlock || hyprlock
ignore_dbus_inhibit = /opt/spotify/spotify
}
listener {
timeout = 270
on-timeout = notify-send "System" "You are about to be locked out!" -i ~/wallpapers/hyprland-notify.jpg
}
listener {
timeout = 300
on-timeout = loginctl lock-session
on-resume = sleep 2 && notify-send "System" "Unlocked! Hey $USER" -i ~/wallpapers/hyprland-notify.jpg
}
listener {
timeout = 1200
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}