picom: turn on shadow
This commit is contained in:
parent
9be9b267d5
commit
ff53261da4
@ -23,7 +23,7 @@ enable-fading-next-tag = true;
|
|||||||
vsync = false;
|
vsync = false;
|
||||||
|
|
||||||
# shadow
|
# shadow
|
||||||
shadow = false;
|
shadow = true;
|
||||||
shadow-radius = 12;
|
shadow-radius = 12;
|
||||||
shadow-offset-x = -7;
|
shadow-offset-x = -7;
|
||||||
shadow-offset-y = -7;
|
shadow-offset-y = -7;
|
||||||
@ -36,3 +36,8 @@ fade-delta = 5;
|
|||||||
|
|
||||||
# corner
|
# corner
|
||||||
corner-radius = 5;
|
corner-radius = 5;
|
||||||
|
|
||||||
|
# blur: {
|
||||||
|
# method = "dual_kawase",
|
||||||
|
# strength = 5,
|
||||||
|
# };
|
||||||
|
Loading…
Reference in New Issue
Block a user