Files
colorshell/config/hypr/hypridle.conf
T
retrozinndev 8ed04b6fed 🔧 chore: add default wallpaper + default config, remove drun apps support
fixes a lot of issues related to color generation, since now there's a default wallpaper
2025-08-23 12:21:57 -03:00

14 lines
356 B
Plaintext

general {
# lock_cmd = echo "Locked Hyprland Session"
unlock_cmd = notify-send "Welcome back to Hyprland, $USER!"
ignore_dbus_inhibit = false
ignore_systemd_inhibit = false
}
listener {
timeout = 1800 # 1800 -> 30m | 3600 -> 1h | 7200 -> 2h
on-timeout = hyprlock
# on-resume = notify-send "Welcome back to Hyprland, $USER!"
}