hypridle icon indicating copy to clipboard operation
hypridle copied to clipboard

Problem solved !

Open mitchneal opened this issue 7 months ago • 4 comments

I solved it.

hypridle will stop working if you have some apps running, checking your running processes and services .

mitchneal avatar May 14 '25 02:05 mitchneal

What exactly is not working? You haven't described the issue.

fufexan avatar May 14 '25 15:05 fufexan

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

mitchneal avatar May 15 '25 00:05 mitchneal

Check your tmp permissions. Alternatively, use $XDG_RUNTIME_DIR.

fufexan avatar May 15 '25 17:05 fufexan

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 avatar May 15 '25 23:05 mitchneal

@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.

kolayne avatar Oct 10 '25 14:10 kolayne