-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Bug Report - Transparency lost when out of focus. #1505
Comments
AFAIK, that's something specific to Windows's Acrylic Blur, works like that on all apps. |
Yep, this is by design for Windows acrylic. |
Do you know if it's possible (or is there any workaround) to maintain the opacity whether the terminal is focused or not? The open-source terminal Terminus does this, for instance. I don't really understand why you'd want to have the terminal revert to fully opaque when not in focus since it would be an extremely common use-case to wish to be able to see behind the terminal window on another monitor when working in a separate program/browser/IDE. Thanks. EDIT: Disregard, just saw #2698, sorry. |
This is really a bummer. Windows Terminal is such a great appliaction and is very appealing in terms of visuals, but the fact, that it cannot at least keep the opacity (or even change it) on lost focus, makes it less appealing in comparison to e.g. the Git Bash. Yeah, it can handle much more and it really looks great, but even if we are not allowed to keep acrylic look (due to some Microsoft policies or whatever), I'd at least would want to be able to set the opacity. Sadly I am no good at Windows Programming, but to my knowledge (back when I used XAML and WinForms for appearance), it was pretty easy to change a forms opacity. I mean .. Windows Terminal is beautiful as long as it has focus, but becomes simply ugly when it loses it. |
@voronin-de there's a pile of threads that you might be interested elsewhere in the repo - #603, #7158, #11092 |
Environment
Steps to reproduce
Expected behavior
The terminal window should remain transparent
Actual behavior
Terminal loses transparency when out of focus.
The text was updated successfully, but these errors were encountered: