Files
dots/laptop-nord/.config/picom.conf
2020-09-08 21:17:04 +02:00

26 lines
443 B
Plaintext

# Opacity
opacity-rule = [
"95:class_g *?= 'Rofi'",
"95:class_g *?= 'XTerm'",
];
#inactive-dim = 0.15;
#inactive-opacity = 0.9;
detect-rounded-corners = true;
corner-radius = 8.0;
rounded-corners-exclude= [
"class_g = 'i3-frame'",
"class_g = 'dmenu'"
];
backend = "glx";
blur: {
method: "dual_kawase";
size = 2;
strength = 4;
background = false;
background-frame = false;
background-fixed = false;
}