From f4f7cab4f6f11ab0e1fba8a4cad41ec33533ebf5 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:22:46 +0200 Subject: [PATCH] added picom configuration --- picom/picom.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 picom/picom.conf diff --git a/picom/picom.conf b/picom/picom.conf new file mode 100644 index 0000000..1ae2280 --- /dev/null +++ b/picom/picom.conf @@ -0,0 +1,11 @@ +inactive-opacity = 1; +active-opacity = 1; +frame-opacity = 1; + +blur: { + method = "dual-kawase"; + strength = 9; + background = false; + background-frame = false; + background-fixed = false; +}