dotfiles/.config/picom.conf
Louis Vallat ac85b3abdb
Updated picom and bspwm and coc extension
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-03-28 10:02:11 +02:00

35 lines
704 B
Plaintext

# see https://github.com/ibhagwan/picom/blob/next-rebase/picom.sample.conf
# Shadows
shadow = false;
shadow-radius = 20;
shadow-spread = 10;
shadow-offset-x = -20;
shadow-offset-y = -20;
shadow-opacity = 0.4;
shadow-exclude = [
"class_g = 'dmenu'",
"class_g = 'polybar'",
"_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
#Corners
corner-radius = 8;
rounded-corners-exclude = [
"class_g = 'dmenu'",
"class_g = 'kitty'",
];
# Fading
fading = true;
fade-delta = 5;
fade-in-step = 0.056;
fade-out-step = 0.06;
# Other
vsync = true;
dbe = false;
backend = "glx";