From 19b4536b4f21abd03cab27478f45e4b544350834 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 10 Jan 2025 09:18:18 -0500 Subject: [PATCH] Fix rofi animations --- config/picom/picom.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 53f0e38..787ede3 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -19,10 +19,6 @@ animations =({ triggers = ["open"]; preset = "appear"; }, -{ - triggers = ["close"]; - preset = "disappear"; - } ) @@ -479,6 +475,10 @@ rules = ( preset = "slide-in"; direction ="right" })}, +{match = "class_g ~= 'Rofi'" animations =({ + triggers = ["close", "hide"]; + preset = "disappear"; + })}, {match = "name = 'slop'"; blur-background =false; animations =({ })} )