add shadow to tooltips

Amolith created

Change summary

dot_config/picom.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

dot_config/picom.conf 🔗

@@ -220,7 +220,7 @@ wintypes:
         # fade: Fade the particular type of windows.
         fade = true;
         # shadow: Give those windows shadow
-        shadow = false;
+        shadow = true;
         # opacity: Default opacity for the type of windows.
         opacity = 0.85;
         # focus: Whether to always consider windows of this type focused.