-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Simple Keep PC Awake | ||
|
||
A simple quick program that keeps your PC awake by moving your mouse by 1px diagonally every 30 seconds. It has no interface as is intended to be as simple as possible. | ||
|
||
# Running via node | ||
|
||
To keep with node on your pc you have to perform the following steps: | ||
- Make sure you have Node installed on your machine | ||
- Clone the repository and navigate to folder | ||
- run `npm install` | ||
- run `node index.js` | ||
|
||
This will start the awake process and will run until you stop with with `Ctrl+C`. | ||
|
||
You can create .bat scripts or bash aliases to quickly start and stop the process when needed. |