dots/.config/picom/picom.conf

32 lines
586 B
Plaintext
Raw Normal View History

2021-06-10 14:57:43 -04:00
inactive-opacity = .7;
active-opacity = .725;
2021-06-10 14:57:43 -04:00
opacity-rule = [
2021-06-10 15:59:17 -04:00
"100:class_g = 'Gimp'",
2021-07-06 09:56:47 -04:00
"100:class_g = 'Sxiv'",
2021-06-10 14:57:43 -04:00
"100:class_g = 'mpv'",
2021-07-06 09:56:47 -04:00
"100:class_g = 'feh'",
"100:class_g = 'Blender'",
"100:class_g = 'org.remmina.Remmina'",
"1:id = 0x1e00001",
"100:class_g = 'VirtualBox Machine'"
2021-06-10 14:57:43 -04:00
];
2021-03-19 16:31:59 -04:00
2021-07-06 09:56:47 -04:00
blur-background-exclude = [
"class_g = 'conky'",
"class_g = 'GLava'",
"class_g = 'dwm'"
]
fading = true;
fade-in-step = 0.01;
fade-out-step = 0.005;
fade-delta = 2;
2021-04-09 11:12:55 -04:00
blur:
{
method = "dual_kawase";
size = 20;
2021-04-09 11:12:55 -04:00
deviation = 5.0;
};