From d33a9bb630a448db0b0a01cd0893ba68a7d139eb Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sat, 30 Jul 2022 15:38:42 -0700 Subject: [PATCH] fix picom inactive window blue/dim --- .config/picom/picom.conf | 12 ++++++------ picom.conf | 0 suckless/st/config.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 picom.conf diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5991633..1172762 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -98,10 +98,10 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) -inactive-opacity = 0.8; +inactive-opacity = 0.7; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) -frame-opacity = 0.7; +frame-opacity = 0.5; # Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows. inactive-opacity-override = true; @@ -110,7 +110,7 @@ inactive-opacity-override = true; # active-opacity = 1.0 # Dim inactive windows. (0.0 - 1.0, defaults to 0.0) -# inactive-dim = 0.0 +# inactive-dim = 0.5 # Specify a list of conditions of windows that should never be considered focused. # focus-exclude = [] @@ -150,9 +150,9 @@ rounded-corners-exclude = [ # Parameters for background blurring, see the *BLUR* section for more information. blur-method = "dual_kawase" -blur-size = 12 +blur-size = 14 blur-deviation = true -blur-strength = 7 +blur-strength = 3 # Blur background of semi-transparent / ARGB windows. # Bad in performance, with driver-dependent behavior. @@ -204,7 +204,7 @@ vsync = true; mark-wmwin-focused = true; # Mark override-redirect windows that doesn't have a child window with 'WM_STATE' focused. -mark-ovredir-focused = true; +mark-ovredir-focused = false; # Try to detect windows with rounded corners and don't consider them # shaped windows. The accuracy is not very high, unfortunately. diff --git a/picom.conf b/picom.conf new file mode 100644 index 0000000..e69de29 diff --git a/suckless/st/config.h b/suckless/st/config.h index 8e76100..a7ecbf8 100644 --- a/suckless/st/config.h +++ b/suckless/st/config.h @@ -113,7 +113,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 2; /* bg opacity */ -float alpha = 0.3; +float alpha = 0.8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {