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.