[update] Changa the dwm oppacity to 80%

This commit is contained in:
Anas Elgarhy 2023-04-17 10:47:25 +02:00
parent 3337e9dea8
commit 0a0b163dd1
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 4 additions and 2 deletions

View File

@ -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'",
];