picom: drop shadows for some window types

This commit is contained in:
Vincent Bernat 2021-07-11 08:51:56 +02:00
parent 5426dcefdc
commit 61c9eb7fd8

View file

@ -17,3 +17,12 @@ opacity-rule = [
"100:window_type = 'dock'",
"85:!focused"
];
# Shadows
wintypes:
{
notification = { shadow = true; };
splash = { shadow = true; };
dialog = { shadow = true; };
};