From 2fc13569747592f65a06e4cc7383174a8b784bfb Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sun, 25 Oct 2020 18:11:44 +0100 Subject: [PATCH] Picom changes --- picom/picom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/picom/picom.conf b/picom/picom.conf index 18d4490..de3625b 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -101,11 +101,11 @@ fade-out-step = 0.045; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 1 -inactive-opacity = 0.8; +inactive-opacity = 1.0; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0 -frame-opacity = 0.7; +frame-opacity = 1.0; # Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows. # inactive-opacity-override = true @@ -141,7 +141,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Parameters for background blurring, see the *BLUR* section for more information. blur-method = "dual_kawase"; -blur-strength = 5; +blur-strength = 0; # blur-size = 2; # # blur-deviation = false