aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-03-04 20:55:48 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-03-04 20:55:48 +0000
commitcaf01e7935525a9b332a538b9bcaa22e511a68e5 (patch)
treec6a64279c540206959134016152426a41666799b /.config
parent8e174d1a6e580527bc54f830a9d7e40053b46dde (diff)
Added a rule to stop maim ( slop ) from using blur when a selection is made
Diffstat (limited to '.config')
-rw-r--r--.config/picom/picom.conf3
1 files changed, 3 insertions, 0 deletions
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