summaryrefslogtreecommitdiff
path: root/etc/picom/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/picom/picom.conf')
-rw-r--r--etc/picom/picom.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/picom/picom.conf b/etc/picom/picom.conf
index ab786e5..3e1dbea 100644
--- a/etc/picom/picom.conf
+++ b/etc/picom/picom.conf
@@ -6,8 +6,7 @@ blur-method = "dual_kawase";
blur-strength = 5;
blur-background-exclude = [
- "class_g = 'slop'",
- "class_g = 'Rofi'"
+ "class_g = 'slop'"
];
# Shadow
@@ -18,10 +17,6 @@ shadow-offset-x = -20;
shadow-offset-y = -20;
shadow-opacity = 0.8;
-shadow-exclude = [
- "class_g = 'Rofi'"
-]
-
# Crop shadow of a window fully on a particular Xinerama screen to the screen.
xinerama-shadow-crop = true;