From 754e4a75ddf1d709adf3f612ecb5efa24a8ba6f8 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 25 Mar 2023 16:00:48 -0400 Subject: [PATCH] picom: add shadows --- src/.config/picom/picom.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/.config/picom/picom.conf b/src/.config/picom/picom.conf index e69de29..113cf36 100644 --- a/src/.config/picom/picom.conf +++ b/src/.config/picom/picom.conf @@ -0,0 +1,10 @@ +backend = "glx" + +# shadow +shadow = true; +shadow-radius = 12; +shadow-offset-x = -7; +shadow-offset-y = -7; + +# fading +fading = false;