[update] Changa the dwm oppacity to 80%
This commit is contained in:
parent
3337e9dea8
commit
0a0b163dd1
1 changed files with 4 additions and 2 deletions
|
@ -22,8 +22,10 @@ blur-strength = 3;
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
#### Transparency / Opacity #####
|
#### Transparency / Opacity #####
|
||||||
|
inactive-opacity = 0.77;
|
||||||
frame-opacity = 1;
|
frame-opacity = 0.9;
|
||||||
|
inactive-opacity-override = true;
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"70:class_g = 'Alacritty'",
|
"70:class_g = 'Alacritty'",
|
||||||
|
"80:class_g = 'dwm'",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue