picom-animations
This commit is contained in:
parent
c7575fba9b
commit
7ed9b15db1
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
glx-copy-from-front = false;
|
glx-copy-from-front = false;
|
||||||
glx-no-stencil = true;
|
glx-no-stencil = true;
|
||||||
backend = "glx";
|
backend = "glx";
|
||||||
|
vsync = true;
|
||||||
|
|
||||||
fade-out-step = 0.15;
|
fade-out-step = 0.15;
|
||||||
fade-in-step = 0.15;
|
fade-in-step = 0.15;
|
||||||
|
@ -11,5 +12,8 @@ blur-strength = 4;
|
||||||
|
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"85:class_g = 'st-256color'",
|
"85:class_g = 'st-256color'",
|
||||||
"90:class_g = 'dmenu'"
|
"85:class_g = 'dmenu'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
animation-delta = 6;
|
||||||
|
animations = true;
|
||||||
|
|
Loading…
Reference in a new issue