From 1ce92465233175bea728130cf03bad6a1e15c642 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Wed, 3 Jun 2026 15:15:21 +0200 Subject: [PATCH] update --- glazewm/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glazewm/config.yaml b/glazewm/config.yaml index ba1b396..2af27ac 100644 --- a/glazewm/config.yaml +++ b/glazewm/config.yaml @@ -76,10 +76,10 @@ window_effects: # Change the transparency of the window. transparency: - enabled: false + enabled: true # Can be something like '95%' or '0.95' for slightly transparent windows. # '0' or '0%' is fully transparent (and, by consequence, unfocusable). - opacity: '100%' + opacity: '90%' # Visual effects to apply to non-focused windows. other_windows: @@ -93,7 +93,7 @@ window_effects: style: 'rounded' transparency: enabled: true - opacity: '85%' + opacity: '80%' window_behavior: # New windows are created in this state whenever possible.