Implement opacity window rule

This commit is contained in:
Ivan Molodetskikh
2024-03-24 08:30:26 +04:00
parent a16a0f0e52
commit 8b4a9d68e0
8 changed files with 34 additions and 5 deletions
+10
View File
@@ -414,6 +414,16 @@ animations {
// Set this to `false` to draw them as borders around the window even for
// windows which use client-side decorations.
draw-border-with-background false
// Set the opacity of the window.
// This is applied on top of the window's own opacity, so semitransparent
// windows will become even more transparent.
// Opacity is applied to every surface of the window individually, so
// subsurfaces and pop-up menus will show window content behind them.
// Also, focus ring and border with background will show through
// semitransparent windows (see prefer-no-csd and
// the draw-border-with-background property above).
opacity 0.5
}
// Here's a useful example. Work around WezTerm's initial configure bug