mirror of
https://github.com/perk11/runwhenidle.git
synced 2026-01-06 20:33:57 -05:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
76bb5b9ac1
commit
3ab0abf113
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user