https://github.com/invertex/sleepmonitors
Puts your monitors to sleep at the click of a button
https://github.com/invertex/sleepmonitors
display-manager linux monitors sleep sleep-mode tools windows
Last synced: 9 months ago
JSON representation
Puts your monitors to sleep at the click of a button
- Host: GitHub
- URL: https://github.com/invertex/sleepmonitors
- Owner: Invertex
- License: gpl-3.0
- Created: 2020-08-15T05:35:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T22:39:13.000Z (over 4 years ago)
- Last Synced: 2025-04-12T08:53:26.442Z (about 1 year ago)
- Topics: display-manager, linux, monitors, sleep, sleep-mode, tools, windows
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SleepMonitors
Simple app to put all your monitors to sleep when executed.
Helpful if you're one of those people that needs to leave their PC running but doesn't want to wait for their screens to auto-sleep or have to physically turn them off everytime.
Usage:
Simply launch the executable and your monitors should go to sleep.
A small message will display on screen counting down to when it will do so (and may be cancelled by pressing ESC).
This message can be hidden with a `-s` or `silent` launch command like so: `SleepMonitors.exe -s`
You may also set the delay before the app puts your monitors to sleep using `-sleepDelaySeconds 5` as an example to wait 5 seconds.
This helps avoid mouse movements after clicking from potentially waking the sleep. (This timer will happen whether in silent mode or not.)
Full Example:
`SleepMonitors.exe -silent -sleepDelaySeconds 8`
(Put the monitors to sleep in 8 seconds, without showing a message on screen)