Hyprland-dotfiles/hypr/conf/hypridle/hypridle_dpms.conf

26 lines
556 B
Plaintext
Raw Normal View History

2024-03-03 10:54:14 +01:00
# _ _ _ _
# | |__ _ _ _ __ _ __(_) __| | | ___
# | '_ \| | | | '_ \| '__| |/ _` | |/ _ \
# | | | | |_| | |_) | | | | (_| | | __/
# |_| |_|\__, | .__/|_| |_|\__,_|_|\___|
# |___/|_|
#
general {
ignore_dbus_inhibit = false
}
# Screenlock
listener {
timeout = 600
2024-03-04 12:51:30 +01:00
on-timeout = hyprlock
2024-03-03 10:54:14 +01:00
# on-resume = notify-send "Welcome back to your desktop!"
}
2024-03-04 12:51:30 +01:00
# dpms
2024-03-03 10:54:14 +01:00
listener {
timeout = 660
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}