chore: remove obsolete hypridle.conf, now replaced by device-specific fragments

🤖 Generated with [opencode](https://opencode.ai)

Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
Martin Büchler 2025-08-08 10:24:19 +02:00
parent b0c3b52f1b
commit 8fb16e1a2b

View File

@ -1,14 +0,0 @@
general {
lock_cmd = pidof hyprlock || hyprlock
before_sleep_cmd = loginctl lock-session
after_sleep_cmd = hyprctl dispatch dpms on
}
listener {
timeout = 300
on-timeout = pidof hyprlock || hyprlock
}
listener {
timeout = 600
on-timeout = systemctl suspend
}