Hyprland-dotfiles/hypr/hypridle.conf
Stephan Raabe 0446079d43 Updates
2024-03-04 12:51:30 +01:00

32 lines
634 B
Plaintext

# _ _ _ _
# | |__ _ _ _ __ _ __(_) __| | | ___
# | '_ \| | | | '_ \| '__| |/ _` | |/ _ \
# | | | | |_| | |_) | | | | (_| | | __/
# |_| |_|\__, | .__/|_| |_|\__,_|_|\___|
# |___/|_|
#
general {
ignore_dbus_inhibit = false
}
# Screenlock
listener {
timeout = 600
on-timeout = hyprlock
# on-resume = notify-send "Welcome back to your desktop!"
}
# dpms
listener {
timeout = 660
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
# Suspend
listener {
timeout = 1800
on-timeout = systemctl suspend
}