An open API service indexing awesome lists of open source software.

https://github.com/hacksore/winidle

Run a command when windows is idle
https://github.com/hacksore/winidle

Last synced: about 1 year ago
JSON representation

Run a command when windows is idle

Awesome Lists containing this project

README

          

# winidle

Detect if windows is idle for a given amount of seconds and run a command

### Example

```
winidle.exe -t 300 -c "rundll32.exe powrprof.dll,SetSuspendState 0,1,0"
```