dotfiles/.config/picom/picom.conf

30 lines
506 B
Plaintext
Raw Normal View History

2023-01-20 20:12:33 +00:00
########## 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;
2022-04-25 13:38:22 +00:00
opacity-rule = [
2023-01-20 20:12:33 +00:00
"70:class_g = 'Alacritty'",
2022-04-25 13:38:22 +00:00
];