Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idle detection doesn't restore brightness after monitor switches back on #833

Open
FreddieDev opened this issue Sep 24, 2024 · 1 comment

Comments

@FreddieDev
Copy link

Steps:

  1. Go idle
  2. Idle detection dims monitor
  3. Computer eventually turns off monitor
  4. Awake the screen (move mouse, tap key on keyboard)
  5. Idle detection fails to un-dim monitor

I'm unsure if this can be reproduced with the Windows monitor shutdown. In my case, I'm using AutoHotkey to switch off the display using:
SendMessage 0x112, 0xF170, 2, , Program Manager

@xanderfrangos
Copy link
Owner

The idle detection in Twinkle Tray and Windows itself are two separate systems, which is why you weren't seeing the brightness restored. However, as of v1.16.1, Twinkle Tray should detect when monitors wake up from your AHK script and reapply brightness. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants