Files
dots/files/.config/picom.conf
Marco Thomas f22dd2fd1f Add dwm
2021-03-26 00:59:52 +01:00

25 lines
389 B
Plaintext

# Opacity
opacity-rule = [
];
shadow = false;
shadow-radius = 12;
shadow-opacity = 0.4;
shadow-offset-x = 4;
shadow-offset-y = 4;
shadow-red = 0
shadow-green = 0
shadow-blue = 0
shadow-exclude = [
"class_g *?= 'dmenu'",
"class_g *?= 'polybar'",
"class_g *?= 'i3-frame'",
]
#backend = "glx";
#blur: {
# method: "dual_kawase";
# strength = 4;
# background = false;
#}