diff options
Diffstat (limited to '.config/picom')
| -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 }, ) |
