dotfiles/.config/picom.conf

35 lines
704 B
Plaintext
Raw Normal View History

# 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";