Acrylic not working when terminal window is inactive / unfocused #10865

Closed
opened 2026-01-31 02:32:19 +00:00 by claunia · 2 comments
Owner

Originally created by @UID1 on GitHub (Oct 2, 2020).

Environment

Windows build number: Microsoft Windows [Version 10.0.19041.508]
Windows Terminal version (if applicable): Windows Terminal Preview Version: 1.4.2652.0

Any other software?

Steps to reproduce

Configure Windows terminal to enable useAcrylic, e.g.:

  "defaults": {
    // Put settings here that you want to apply to all profiles.
    "useAcrylic": true,
    "acrylicOpacity": 0.7
  },

as settings and launch it. Then inactivate window.

Expected behavior

Acrylic to still be there on an inactive window.

Actual behavior

The window turns into a black opaque background.

Perhaps adding options on how windows should behave when becoming inactive/unfocused in the configuration may address this issue. Perhaps some users may want the acrylic may want the acrylic material to change to a darker tint when inactivated. Perhaps adding options for configuring the blending color and degree of blur / blur radius could be added although it is beyond the scope of this bug report.

Originally created by @UID1 on GitHub (Oct 2, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: Microsoft Windows [Version 10.0.19041.508] Windows Terminal version (if applicable): Windows Terminal Preview Version: 1.4.2652.0 Any other software? ``` # Steps to reproduce Configure Windows terminal to enable useAcrylic, e.g.: "defaults": { // Put settings here that you want to apply to all profiles. "useAcrylic": true, "acrylicOpacity": 0.7 }, as settings and launch it. Then inactivate window. <!-- A description of how to trigger this bug. --> # Expected behavior Acrylic to still be there on an inactive window. <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> # Actual behavior The window turns into a black opaque background. <!-- What's actually happening? --> Perhaps adding options on how windows should behave when becoming inactive/unfocused in the configuration may address this issue. Perhaps some users may want the acrylic may want the acrylic material to change to a darker tint when inactivated. Perhaps adding options for configuring the blending color and degree of blur / blur radius could be added although it is beyond the scope of this bug report.
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 02:32:19 +00:00
Author
Owner

@KalleOlaviNiemitalo commented on GitHub (Oct 2, 2020):

Acrylic in inactive windows was previously discussed in https://github.com/microsoft/terminal/issues/7158.

@KalleOlaviNiemitalo commented on GitHub (Oct 2, 2020): Acrylic in inactive windows was previously discussed in <https://github.com/microsoft/terminal/issues/7158>.
Author
Owner

@DHowett commented on GitHub (Oct 2, 2020):

Indeed. This is by design and automatically handled by the platform. Acrylic is only applied to active windows.

@DHowett commented on GitHub (Oct 2, 2020): Indeed. This is by design and automatically handled by the platform. Acrylic is only applied to active windows.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10865