From 15267c68736f35745fbcce31629791b655f0359c Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 30 Apr 2023 18:24:15 +0200 Subject: [PATCH] Update picom config --- .config/picom/picom.conf | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index b992934..1fbcb0f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,11 +1,7 @@ backend = "glx"; -glx-no-stencil = true; +glx-no-stencil = false; glx-copy-from-font = false; - -active-opacity = 1.0; -inactive-opacity = 0.8; -frame-opacity = 0.8; -inactive-opacity-override = false; +glx-no-rebind-pixmap = true; shadow = true; shadow-radius = 16; @@ -14,19 +10,27 @@ shadow-offset-x = -16; shadow-offset-y = -16; shadow-color = "#000000" +active-opacity = 1; +inactive-opacity = 0.62; +frame-opacity = 1; +inactive-opacity-override = false; + fading = true; -fade-in-step = 0.05; -fade-out-step = 0.05; +fade-in-step = 0.02; +fade-out-step = 0.02; fade-delta = 4 -shadow-exclude = ["class_g = 'Rofi'", "class_g = 'albert'", "class_g = 'trayer'"]; +shadow-exclude = ["class_g = 'Rofi'", "class_g = 'trayer'"]; focus-exclude = ["class_g = 'Rofi'", "class_g = 'albert'", "class_g = 'trayer'"]; blur-background-exclude = ["class_g = 'Rofi'", "class_g = 'albert'", "class_g = 'trayer'"]; -blur-background = true; -blur-inactive = true; -blur-method = "dual_kawase"; -blur-strength = 8; +blur: { + method = "dual_kawase"; + strength = 8; + background = true; + background-frame = true; + background-fixed = false; +} wintypes: {