[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 #####
|
||||
|
||||
frame-opacity = 1;
|
||||
inactive-opacity = 0.77;
|
||||
frame-opacity = 0.9;
|
||||
inactive-opacity-override = true;
|
||||
opacity-rule = [
|
||||
"70:class_g = 'Alacritty'",
|
||||
"80:class_g = 'dwm'",
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue