disable hypr idle

This commit is contained in:
Daniel Bulant 2026-08-28 23:13:38 +02:00
parent 43112f8228
commit 3f4eaf03a4
No known key found for this signature in database

View file

@ -6,9 +6,3 @@ general {
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors ignore_systemd_inhibit = false # whether to ignore systemd-inhibit --what=idle inhibitors
} }
listener {
timeout = 500 # in seconds
on-timeout = hyprlock # command to run when timeout has passed
# on-resume = notify-send "Welcome back!" # command to run when activity is detected after timeout has fired.
}