From 3ff43baaadc70e42a98b890981f5089e1505c271 Mon Sep 17 00:00:00 2001 From: listout Date: Fri, 24 Sep 2021 08:56:46 +0530 Subject: Removed shadows and inactive opacity --- .config/picom/picom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/picom') diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index ae66b33..541b873 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -8,7 +8,7 @@ # unless explicitly requested using the wintypes option. # # shadow = false -shadow = true; +shadow = false; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 @@ -101,11 +101,11 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 1 -inactive-opacity = 0.8; +inactive-opacity = 1; # 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 -- cgit v1.2.3