From e8fe574632f0146d85e55d1bb6e5507f6eb9f76e Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Tue, 24 Jun 2025 20:28:23 +0800 Subject: [PATCH] opt: not set opacity to unfocused window default --- src/config/preset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/preset.h b/src/config/preset.h index 10740ee..1e38805 100644 --- a/src/config/preset.h +++ b/src/config/preset.h @@ -183,7 +183,7 @@ static const char *tags[] = { }; float focused_opacity = 1.0; -float unfocused_opacity = 0.8; +float unfocused_opacity = 1.0; int border_radius = 0; int border_radius_location_default = CORNER_LOCATION_ALL;