Switched to a picom fork from ibhagwan
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
19a58b03b6
commit
a7b6ca91ad
@ -1,3 +1,5 @@
|
|||||||
|
# see https://github.com/ibhagwan/picom/blob/next-rebase/picom.sample.conf
|
||||||
|
|
||||||
# Shadows
|
# Shadows
|
||||||
shadow = false;
|
shadow = false;
|
||||||
shadow-radius = 20;
|
shadow-radius = 20;
|
||||||
@ -14,9 +16,10 @@ shadow-exclude = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
#Corners
|
#Corners
|
||||||
corner-radius = 16;
|
corner-radius = 8;
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
"class_g = 'dmenu'"
|
"class_g = 'dmenu'",
|
||||||
|
"class_g = 'kitty'",
|
||||||
];
|
];
|
||||||
|
|
||||||
# Fading
|
# Fading
|
||||||
|
Loading…
Reference in New Issue
Block a user