From 7ed9b15db157aa1747e70b5c0cdae6b52001a0ae Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 2 May 2024 20:32:39 -0600 Subject: [PATCH] picom-animations --- picom/picom.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;