From 42b45948907c29d7dcb5bd4da9f953016e2fedc2 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 20 Jan 2024 16:55:04 -0100 Subject: [PATCH] atualizar compton.conf --- configs/skel/.config/compton.conf | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/configs/skel/.config/compton.conf b/configs/skel/.config/compton.conf index 9ae981f8..e5c90fdb 100644 --- a/configs/skel/.config/compton.conf +++ b/configs/skel/.config/compton.conf @@ -17,15 +17,15 @@ inactive-opacity = 1.0; active-opacity = 1.0; frame-opacity = 1.0; inactive-opacity-override = false; -alpha-step = 0.06; +alpha-step = 0.03; inactive-dim = 0.0; blur-kern = "3x3box"; blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; -fading = true; -fade-in-step = 1.0; -fade-out-step = 1.0; +fading = false; +fade-in-step = 0.04; +fade-out-step = 0.04; fade-exclude = [ ]; -backend = "xrender"; +backend = "glx"; mark-wmwin-focused = true; mark-ovredir-focused = true; detect-rounded-corners = true; @@ -50,6 +50,4 @@ wintypes : focus = true; }; }; -blur-background = false; -blur-background-frame = false; -blur-background-fixed = true; +inactive-dim-fixed = false;