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

Fix chrome browser freeze #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix chrome browser freeze #283

wants to merge 1 commit into from

Conversation

porridgewithraisins
Copy link

Fixes #279.
Chrome windows were freezing whenever the view they were in was switched to, from a non-empty view It did not happen when switching from an empty view , i.e, with the desktop in focus (ahk_class ProgMan)

So, making every window switch activate progman first, and then the window, thereby simulating the behaviour when switching from a non-empty view, fixes the issue.

This didn't make switching any slower and did not affect any behaviour that is to do with explorer windows (which I looked out for, seeing progman is spawned by explorer.exe). Tested on Windows 10 20H2, OS build 19042.1052

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

Successfully merging this pull request may close these issues.

[Incompatibility] Activation of Electron/Chromium apps
1 participant