From 473f3cf6647eb883a4569ee16c19173913bd16db Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Fri, 14 Apr 2023 16:37:39 +0200 Subject: [PATCH] removed picom configuration --- picom/picom.conf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 picom/picom.conf diff --git a/picom/picom.conf b/picom/picom.conf deleted file mode 100644 index 1ae2280..0000000 --- a/picom/picom.conf +++ /dev/null @@ -1,11 +0,0 @@ -inactive-opacity = 1; -active-opacity = 1; -frame-opacity = 1; - -blur: { - method = "dual-kawase"; - strength = 9; - background = false; - background-frame = false; - background-fixed = false; -}