legacy-dotfiles/compton/.config/compton.conf

41 lines
578 B
Text
Raw Permalink Normal View History

shadow = true;
no-dnd-shadow = true;
shadow-radius = 10;
# alpha-step = 0.75;
shadow-ignore-shaped = true;
detect-transient = true;
inactive-dim = 0.2;
inactive-opacity = 0.75;
menu-opacity = 1;
focus-exclude = [
"name = 'mowedline'",
"name = 'i3lock'",
"class_g = 'Vlc'",
"name = 'rofi'"
];
shadow-exclude = [
"name = 'mowedline'",
"class_g = 'trayer'"
];
fade-exclude = [
"name = 'mowedline'"
];
blur-background-exclude = [
"name = 'mowedline'"
];
unredir-if-possible-exclude = [
"name = 'mowedline'"
];
wintypes:
{
combo = { shadow = false; };
};