summaryrefslogtreecommitdiff
path: root/etc/picom
diff options
context:
space:
mode:
authorWarrick Lo <warrick.s.z.lo@gmail.com>2021-12-27 15:50:47 -0800
committerWarrick Lo <warrick.s.z.lo@gmail.com>2021-12-27 16:00:11 -0800
commit3750e16efcce4c3656233967ee83f8143657ab37 (patch)
tree910df7311ed19e0a40b15630e103dd1807656e81 /etc/picom
parent660e00d16878c69460706338c0bcccadd5b54c41 (diff)
Modify Rofi theme
Diffstat (limited to 'etc/picom')
-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;