Hyprland-dotfiles/hypr/hypridle.conf

32 lines
634 B
Plaintext
Raw Normal View History

2024-02-24 05:39:04 -05:00
# _ _ _ _
# | |__ _ _ _ __ _ __(_) __| | | ___
# | '_ \| | | | '_ \| '__| |/ _` | |/ _ \
# | | | | |_| | |_) | | | | (_| | | __/
# |_| |_|\__, | .__/|_| |_|\__,_|_|\___|
# |___/|_|
#
2024-02-23 07:47:01 -05:00
general {
2024-02-28 07:58:33 -05:00
ignore_dbus_inhibit = false
2024-02-23 07:47:01 -05:00
}
2024-02-24 05:39:04 -05:00
# Screenlock
2024-02-23 07:47:01 -05:00
listener {
2024-02-28 07:58:33 -05:00
timeout = 600
2024-03-04 06:51:30 -05:00
on-timeout = hyprlock
2024-02-28 07:58:33 -05:00
# on-resume = notify-send "Welcome back to your desktop!"
2024-02-24 05:39:04 -05:00
}
2024-03-04 06:51:30 -05:00
# dpms
2024-02-24 05:39:04 -05:00
listener {
2024-02-28 07:58:33 -05:00
timeout = 660
2024-03-04 06:51:30 -05:00
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
2024-02-28 07:58:33 -05:00
2024-03-04 06:51:30 -05:00
# Suspend
listener {
timeout = 1800
2024-03-02 15:01:39 -05:00
on-timeout = systemctl suspend
2024-02-24 05:39:04 -05:00
}