dots/.config/picom/picom.conf

36 lines
685 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
2021-07-21 13:58:48 -04:00
shadow = true;
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'",
2021-07-21 13:58:48 -04:00
"100:class_g = 'LibreWolf'",
"100:class_g = 'xonotic-sdl'",
"60:class_g = 'qutebrowser'",
2021-07-06 09:56:47 -04:00
"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;
2021-07-21 14:21:45 -04:00
fade-in-step = 0.03;
fade-out-step = 0.01;
fade-delta = 5;
2021-04-09 11:12:55 -04:00
blur:
{
method = "dual_kawase";
2021-07-21 14:09:05 -04:00
strength = 10;
2021-04-09 11:12:55 -04:00
};