From 895a765db383c6c4c824cff90bbe761ee713ff25 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Wed, 21 Jul 2021 13:58:48 -0400 Subject: [PATCH] Add shadow and modify blur --- .config/picom/picom.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index d60788e..0bcac57 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,6 +1,8 @@ inactive-opacity = .7; active-opacity = .725; +shadow = true; + opacity-rule = [ "100:class_g = 'Gimp'", "100:class_g = 'Sxiv'", @@ -8,6 +10,9 @@ opacity-rule = [ "100:class_g = 'feh'", "100:class_g = 'Blender'", "100:class_g = 'org.remmina.Remmina'", + "100:class_g = 'LibreWolf'", + "100:class_g = 'xonotic-sdl'", + "60:class_g = 'qutebrowser'", "1:id = 0x1e00001", "100:class_g = 'VirtualBox Machine'" ];