aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-08-14 21:50:17 +0200
committerpml68 <contact@pml68.me>2024-08-14 21:50:17 +0200
commitab5015b56e7c38963f90903f4fd68f38187e3690 (patch)
tree76ec4c5359b646cff0c6354ecfd98b103fa17058
parentfeat: update laptop patch file (diff)
downloadsuckless-setup-ab5015b56e7c38963f90903f4fd68f38187e3690.tar.gz
feat(picom): turn off shadows
-rw-r--r--picom.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/picom.conf b/picom.conf
index 90e8dd5..351dd14 100644
--- a/picom.conf
+++ b/picom.conf
@@ -1,4 +1,4 @@
-shadow = true;
+shadow = false;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
@@ -24,7 +24,6 @@ rounded-corners-exclude = [
blur-method = "dual_kawase";
blur-size = 50
blur-strength = 2
-blur-kern = "3x3box";
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",