Closed se7en-x230 closed 5 months ago
That's how it's supposed to work, if you are idle (no mouse movement/keys pressed/videos playing).
okey I thought the command runs once ... Why would it run over and over again?
It is expected that once you're idle for 5 seconds, it will run. If you're not idle but it still runs, that's an issue.
must be my script
I replaced it with
now="$(date +"%T")" echo "Current time : $now" >> $HOME/log
and that executes only once.
it should run once and never again until you are back from idle and idle again for 5 seconds iirc, but it would suggest a hyprland bug rather than hypridle if thats not the case
if replacing the script fixes it, its likely some command that triggers hyprland to go "oh, you're back"
listener { timeout = 5 # in seconds on-timeout = hyprlock.sh # command to run when timeout has passed
I see that the script runs ever 5 second and not only once. What am I doing wrong?