From 3750e16efcce4c3656233967ee83f8143657ab37 Mon Sep 17 00:00:00 2001 From: Warrick Lo Date: Mon, 27 Dec 2021 15:50:47 -0800 Subject: Modify Rofi theme --- etc/picom/picom.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'etc/picom/picom.conf') 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; -- cgit v1.2.3