diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-03-04 20:59:20 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-03-04 20:59:20 +0000 |
| commit | 4504c5bbeed4f4b91c922fd88c3cb176aa270bcb (patch) | |
| tree | ef405e02c51fa21b1782747b631e5b52a54ff91b | |
| parent | caf01e7935525a9b332a538b9bcaa22e511a68e5 (diff) | |
| -rw-r--r-- | .config/picom/picom.conf | 2 |
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 }, ) |
