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

25 lines
412 B
Plaintext

# Opacity
opacity-rule = [
"95:class_g *?= 'Rofi'",
"95:class_g *?= 'XTerm'",
];
#inactive-dim = 0.15;
inactive-opacity = 0.9;
corner-radius = 15.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;
}