dotfiles/config/picom/picom.conf
2023-06-24 00:36:11 +02:00

46 lines
732 B
Text

# Opacity
inactive-opacity = 0.65;
active-opacity = 0.9;
# Border
corner-radius = 6
round-borders = 6
# Blur
blur:
{
method = "dual_kawase";
strength = 15;
}
wintypes:
{
normal = { blur-background = true; };
splash = { blur-background = false; };
};
# Fading
fading = false;
fade-in-step = 0.07;
fade-out-step = 0.07;
fade-exclude = [ ];
# Other
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
refresh-rate = 0;
vsync = true;
dbe = false;
unredir-if-possible = true;
detect-transient = true;
detect-client-leader = true;
# GLX Backend
backend = "glx";
glx-no-stencil = true
glx-copy-from-front = false;
use-damage = true;
glx-no-rebind-pixmap = true;