diff --git a/picom/picom.conf b/picom/picom.conf index 9109f6e..26bac88 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -1,6 +1,7 @@ glx-copy-from-front = false; glx-no-stencil = true; backend = "glx"; +vsync = true; fade-out-step = 0.15; fade-in-step = 0.15; @@ -11,5 +12,8 @@ blur-strength = 4; opacity-rule = [ "85:class_g = 'st-256color'", - "90:class_g = 'dmenu'" + "85:class_g = 'dmenu'" ]; + +animation-delta = 6; +animations = true;