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