opt: not set opacity to unfocused window default

This commit is contained in:
DreamMaoMao 2025-06-24 20:28:23 +08:00
parent df28790d3e
commit e8fe574632

View file

@ -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;