summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Pereiaslov <perk11@perk11.info>2024-02-12 21:25:47 +0300
committerGitHub <noreply@github.com>2024-02-12 21:25:47 +0300
commit76bb5b9ac1adff74e5c718b2ef4df843d4f90b63 (patch)
tree0fa6413ace1b93e83436c28f52cd5ac17ca1063f
parent7a32df8f53a1969e14655f60e00467f3d8b99935 (diff)
Update README.mdHEADmain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f2e61a..cb461d9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The simplest way to start using runwhenidle is just by putting it in front of th
## Example 2:
- runwhenidle --start-monitor-after=1000 --timeout=30 --quiet ffmpeg -i file.mp4 file.mkv
+ runwhenidle --start-monitor-after=10000 --timeout=30 --quiet ffmpeg -i file.mp4 file.mkv
In this example `ffmpeg` will run for 10 seconds uninterrupted. After 10 seconds pass,
runwhenidle will start monitoring user activity and pause ffmpeg if user has been active within last 30 seconds.