Problem solved !
I solved it.
hypridle will stop working if you have some apps running, checking your running processes and services .
What exactly is not working? You haven't described the issue.
What exactly is not working? You haven't described the issue.
listener {
timeout = 3
on-timeout = touch /tmp/idle_detected
# on-timeout = notify-send "IDLE DETECTED"
}
after 3 seconds, the file /tmp/idle_detected should be generated. but: ls: cannot access '/tmp/idle_detected': No such file or directory
I use arch btw
Check your tmp permissions. Alternatively, use $XDG_RUNTIME_DIR.
Of course I can write to tmp bro
╭─mibakend at miArch in ~ on [2025.05.16 ─ 06:25:43]
╰[0:3/0] touch /tmp/I-can-write-bro
╭─mibakend at miArch in ~ on [2025.05.16 ─ 06:26:48]
╰[0:4/0] ls /tmp/I-can-write-bro
/tmp/I-can-write-bro
@mitchneal, if there is no problem now, why don't you close the issue?
P.S.: It seems that you might not be using issues for their intended purpose. If you want to learn more, consider having a look at the Best Practices for Writing Effective GitHub Issues discussion or other discussions/articles on the topic. IMO, the key points would be: provide relevant context and be polite and respectful.