Files
dots/laptop-nord/.config/picom.conf
Marco Thomas 90d6443b27 Update dots
2020-08-24 10:38:41 +02:00

17 lines
267 B
Plaintext

# Opacity
opacity-rule = [
"95:class_g *?= 'Rofi'",
"95:class_g *?= 'XTerm'",
];
inactive-dim = 0.2;
backend = "glx";
blur: {
method: "dual_kawase";
strength = 7;
background = false;
background-frame = false;
background-fixed = false;
}