summaryrefslogtreecommitdiff
path: root/.config/picom
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom')
-rw-r--r--.config/picom/picom.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index b58468e..326035d 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -5,6 +5,10 @@
blur-method = "dual_kawase";
blur-strength = 5;
+blur-background-exclude = [
+ "class_g = 'Rofi'"
+];
+
# Shadow
shadow = true;
@@ -13,6 +17,10 @@ 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;