aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-03-04 20:59:20 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-03-04 20:59:20 +0000
commit4504c5bbeed4f4b91c922fd88c3cb176aa270bcb (patch)
treeef405e02c51fa21b1782747b631e5b52a54ff91b
parentcaf01e7935525a9b332a538b9bcaa22e511a68e5 (diff)
Added a rule to stop maim ( slop ) from using blur when a selection is madeHEADmaster
-rw-r--r--.config/picom/picom.conf2
1 files changed, 1 insertions, 1 deletions
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
},
)