From 5fc3c1ce79e0e36ac304012f0ea6acebd8cae100 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Thu, 6 Jan 2022 16:34:45 +0100 Subject: [PATCH] Create dur-picom.conf --- config/picom/dur-picom.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/picom/dur-picom.conf diff --git a/config/picom/dur-picom.conf b/config/picom/dur-picom.conf new file mode 100644 index 0000000..6c8408d --- /dev/null +++ b/config/picom/dur-picom.conf @@ -0,0 +1,12 @@ +backend = "glx"; +# xrender or glx + +# Opacity +active-opacity = 0.93; + +inactive-opacity = 0.8; + +blur-background = true; +#blur-kern = "3x3box"; +#blur-kern = "5x5box"; +blur-kern = "7x7box"; \ No newline at end of file