diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-03-04 20:55:48 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-03-04 20:55:48 +0000 |
| commit | caf01e7935525a9b332a538b9bcaa22e511a68e5 (patch) | |
| tree | c6a64279c540206959134016152426a41666799b /.config/picom | |
| parent | 8e174d1a6e580527bc54f830a9d7e40053b46dde (diff) | |
Added a rule to stop maim ( slop ) from using blur when a selection is made
Diffstat (limited to '.config/picom')
| -rw-r--r-- | .config/picom/picom.conf | 3 |
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 |
