| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OLED-Sleeper-2.0.0-Setup.exe | 2026-03-22 | 2.2 MB | |
| OLED Sleeper v2.0.0 source code.tar.gz | 2026-03-19 | 74.9 kB | |
| OLED Sleeper v2.0.0 source code.zip | 2026-03-19 | 136.5 kB | |
| README.md | 2026-03-19 | 1.9 kB | |
| Totals: 4 Items | 2.4 MB | 2 | |
Release v2.0.0 β Native Rewrite π
The project has been completely rewritten from scratch as a native Windows application. Instead of relying on scripts and external tools, everything now runs through a proper C# application with direct system integration.
π Whatβs New
β‘ Native Application
- WPF UI: The app is now a standalone C# WPF application with a proper interface instead of scripts.
- No External Dependencies: Removed the need for AutoHotkey and NirSoft tools (
MultiMonitorTool,ControlMyMonitor). Everything now works through native Win32 APIs. - Real Installer: Replaced the old
setup.batwith a standard Windows installer that handles installation, shortcuts, and optional startup configuration.
π New Idle Detection Modes
You can now choose how inactivity is detected for each monitor:
- Mouse Mode: Detects inactivity based on cursor movement on that specific display.
- Focused Application Mode: Triggers when the active window is not on the selected monitor.
- System-Wide Input Mode: Uses the standard Windows idle timer (keyboard and mouse activity anywhere).
π₯ Improved Monitor Control
- Native DDC/CI Support: Communicates directly with monitors for brightness control.
- Better Blackout Overlays: More reliable overlays for turning pixels off when needed.
- System Tray Controls: Manage settings directly from the tray.
πΎ Installation
- Download
OLED-Sleeper-Setup-2.0.0-BETA.exefrom the Assets below. - Run the installer and follow the setup steps.
- (Optional) Enable Run at Startup during installation if you want it to start automatically.
π Requirements
- Windows 10 or 11
- DDC/CI support (required only for brightness dimming)
Full Changelog:
https://github.com/Quorthon13/OLED-Sleeper/compare/1.2.4...v2.0.0