Archived
0
0
Fork 0

fix picom inactive window blue/dim

This commit is contained in:
Daryl Ronningen 2022-07-30 15:38:42 -07:00
parent 1771a985bb
commit d33a9bb630
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
3 changed files with 7 additions and 7 deletions

View file

@ -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.

0
picom.conf Normal file
View file

View file

@ -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[] = {