summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Pereiaslov <perk11@perk11.info>2024-02-12 21:25:35 +0300
committerGitHub <noreply@github.com>2024-02-12 21:25:35 +0300
commit7a32df8f53a1969e14655f60e00467f3d8b99935 (patch)
tree4fa43e497912803c1e86638a634d4ea813285e47
parent29e1961e3ecbd14d7a043bad4795a751942f45fd (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4787760..2f2e61a 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=10 --timeout=30 --quiet ffmpeg -i file.mp4 file.mkv
+ runwhenidle --start-monitor-after=1000 --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.