Files
dots/laptop-nord/.config/picom.conf
Marco Thomas db23326055 Update dots
2020-08-28 11:06:20 +02:00

19 lines
307 B
Plaintext

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