Update the picom configs :P

This commit is contained in:
Anas Elgarhy 2023-01-20 22:12:33 +02:00
parent b615b1e44d
commit 3da9e55f1f
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,29 @@
########## GLX Backend ##########
backend = "glx";
glx-no-stencil = true;
###### Background-Blurring ######
blur-background = true;
blur-background-frame = true;
blur-background-fixed = true;
blur-method = "dual_kawase";
blur-strength = 3;
########## Rounded Corners ##########
# corner-radius = 18.0;
# detect-rounded-corners = true;
# rounded-corners-exclude = [
# "class_g = 'dwm'",
# ];
#### Transparency / Opacity #####
frame-opacity = 1;
opacity-rule = [
"80:class_g = 'Alacritty'",
"70:class_g = 'Alacritty'",
];