mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: not set opacity to unfocused window default
This commit is contained in:
parent
df28790d3e
commit
e8fe574632
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue