Update the picom configs :P
This commit is contained in:
parent
b615b1e44d
commit
3da9e55f1f
1 changed files with 27 additions and 1 deletions
|
@ -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'",
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue