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

feature request: Respect Locked state #48

Open
therealjohnsnow opened this issue Sep 28, 2021 · 8 comments
Open

feature request: Respect Locked state #48

therealjohnsnow opened this issue Sep 28, 2021 · 8 comments
Assignees

Comments

@therealjohnsnow
Copy link

Hello again!

It's a fantastic app and very grateful for your hard work. I have another request for your kind consideration :)

Sometimes, when going away for lunch break, my default muscle memory is to lock the PC via Win+L key.
Normally, this locked state would allow the PC to go to sleep at per the specified Win settings, therefore minimizing any power waste.

Hoowever, when the MouseJiggler is enabled, going into Win+L locked state will prevent the PC from sleeping.
I understand this is the underlying purpose of the app (prevent sleep), but was wondering if there could be an option for the app to 'inactivate' itself when going into locked state, i.e Respect the Locked state.

This will be great for people who want Jiggler to be active during certain hours, and inactive when they put the pc in lock mode manually (i.e. don't need the pc to be active during lunch break)

Thanks!

@cerebrate
Copy link
Member

Not a bad idea for an option. I don't know when I'll have a chance to get to another release, but I'll add it to the list.

@cyberangel
Copy link

+1

@jdrch
Copy link

jdrch commented Apr 11, 2022

@therealjohnsnow As a temporary workaround, you could have AutoHotKey kill the mousejiggler.exe process whenever Win + L is pressed.

@danangua
Copy link

Set the interval to 60s or longer works, unless you have a very bad luck.

@nnyj
Copy link

nnyj commented Mar 13, 2023

Another workaround that worked for me was disabling the lock screen via regedit:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001

@cyberangel
Copy link

cyberangel commented Mar 13, 2023

Another workaround that worked for me was disabling the lock screen via regedit:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization] "NoLockScreen"=dword:00000001

But that wouldn't lock the computer as intended, right? What's the point?

@nnyj
Copy link

nnyj commented Mar 13, 2023

On Windows 10/11, there was an additional lock screen on top of the usual login screen. Disabling the lock screen helps to prevent the screen from staying awake. Mouse jiggler will stop jiggling at the login screen as intended.

@cyberangel
Copy link

I see, you're right. After disabling the "lock screen", it works as intended. Thanks.

@cerebrate cerebrate self-assigned this May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants