From e1b2e5279eb741dd6f4557deddde801a163c44fe Mon Sep 17 00:00:00 2001 From: AngeD Date: Sat, 28 Oct 2023 00:37:36 +0200 Subject: [PATCH] feat: downstream picom config --- .config/picom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index b88dc6b..1a245b1 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -103,11 +103,11 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 1 -#inactive-opacity = 0.95; +#inactive-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0 -#frame-opacity = 0.9; +#frame-opacity = 0.7; # Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows. # inactive-opacity-override = true @@ -298,7 +298,7 @@ detect-transient = true; # practically happened) and may not work with blur-background. # My tests show a 15% performance boost. Recommended. # -glx-no-stencil = true; +# glx-no-stencil = false # GLX backend: Avoid rebinding pixmap on window damage. # Probably could improve performance on rapid window content changes,