Files
illogical-impulse/.config/hypr/hypridle.conf
T
2024-04-22 13:04:00 +07:00

24 lines
453 B
Plaintext
Executable File

$lock_cmd = pidof hyprlock || hyprlock
$suspend_cmd = pidof steam || systemctl suspend || loginctl suspend # fuck nvidia
general {
lock_cmd = $lock_cmd
before_sleep_cmd = $lock_cmd
}
listener {
timeout = 180 # 3mins
on-timeout = $lock_cmd
}
listener {
timeout = 240 # 4mins
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}
listener {
timeout = 540 # 9mins
on-timeout = $suspend_cmd
}