From caf01e7935525a9b332a538b9bcaa22e511a68e5 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 4 Mar 2026 20:55:48 +0000 Subject: Added a rule to stop maim ( slop ) from using blur when a selection is made --- .config/picom/picom.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/picom') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 0cb5f6c..3b8e5db 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -325,6 +325,9 @@ rules: ({ match = "class_g = 'Firefox'" opacity = 1; }, +{ match = "class_g ~= 'slop'" + blur-background = false +}, ) # Animations -- cgit v1.2.3