From 3ab0abf11326307005543a2cff7414728ff0074b Mon Sep 17 00:00:00 2001 From: Konstantin Pereiaslov Date: Tue, 25 Jun 2024 08:43:53 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb461d9..9ce99ce 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # runwhenidle -runwhenidle is a Linux utility that can be used to pause a computationally or IO-intensive program when user is -in front of the computer, resuming it once the user is away, usually without requiring adaptation from the program -being run. It can run a command given to it or monitor an already running process. +runwhenidle is a Linux utility that can be used to pause any Linux process when user activity is detected and resume it when user is idle. +This can be useful for running computationally or IO-intensive program without degrading user's experience. It can run a command given to it or monitor an already running process. ## Example 1: