-
Notifications
You must be signed in to change notification settings - Fork 79
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
Windows Terminal hides itself when minimizing other windows is issued #295
Comments
Interesting... |
I tried the patch and still the same behavior (terminal itself is also minimized). Clicking on titlebar behave the same way (I.e. binding the action to one of the titlebar click). Actually, in windows terminal, you can hide/unhide title bar. I unhide the title bar and none of the actions I registered with title bar works. But they are all working fine (roll up/down, etc) for other apps. Unfortunately, the patch does not seem to fix the issue. Thanks. |
For titlebar specific actions, have a look at #11 |
Can confirm, the terminal gets also minimized with a very short delay compared to the other windows. |
This version will show a popup before minimizing each other window. Just copy/paste the message box content that is just before the window treminal minimization (when it should not get minimized).
So just click on the Window Terminal window to minimize all other window and click and each new popup Hit Ctrl+C , then press OK, until the Window Terminal get minimized. |
With this build, the terminal is the first window that gets minimized and shows the following:
You would expect |
Well I guess this It will still display message boxes... |
With test14 the terminal keeps up. |
Strange, it should not minimize windows from other virtual desktops. Does the 1.56 build have this problem too? |
No, regular 1.56 doesn't, only the debug box message builds do. Test15 fixes the focus loss, so it was just a message box thing. |
Ok, I think I git the problem, it is because I was experimenting with extra DWM flags and it messed up their numbering sequence. |
Perfect, test16 respects virtual desktops, the snap gap is normal again, and it can handle the terminal in regard to minimizing other windows flawlessly. |
I can confirm that latest zip (test16) solved all my issues with Windows Terminal. Actually, it is working more reliable than Win+Home as sometimes it brings a bottom explorer window on top when reversing the "minimizing other windows". But your latest fix does not exhibit this issue. Thank you so much! |
I found the windows terminal has troubles with "Minimizing other windows" behavior. It always minimize itself when such a action is issued. But similarly, the Windows + Home will correctly minimizing other windows in the same scenarios. The altsnap version is 1.56. The OS is Windows 11.
The text was updated successfully, but these errors were encountered: