update picom.conf config
This commit is contained in:
@@ -91,7 +91,7 @@ wintypes:
|
|||||||
|
|
||||||
# Parameters for background blurring, see the *BLUR* section for more information.
|
# Parameters for background blurring, see the *BLUR* section for more information.
|
||||||
blur-method = "dual_kawase";
|
blur-method = "dual_kawase";
|
||||||
blur-strength = 8;
|
blur-strength = 6;
|
||||||
|
|
||||||
#blur-method = "gaussian"
|
#blur-method = "gaussian"
|
||||||
#blur-size = 14
|
#blur-size = 14
|
||||||
@@ -100,9 +100,6 @@ blur-strength = 8;
|
|||||||
#blur-background = false
|
#blur-background = false
|
||||||
#blur-background-frame = false
|
#blur-background-frame = false
|
||||||
|
|
||||||
corner-radius = 6
|
|
||||||
|
|
||||||
|
|
||||||
# Exclude conditions for background blur.
|
# Exclude conditions for background blur.
|
||||||
# blur-background-exclude = []
|
# blur-background-exclude = []
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
@@ -112,6 +109,18 @@ blur-background-exclude = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
#################################
|
||||||
|
# Corners #
|
||||||
|
#################################
|
||||||
|
|
||||||
|
corner-radius = 6
|
||||||
|
|
||||||
|
rounded-corners-exclude = [
|
||||||
|
"window_type = 'dock'",
|
||||||
|
"class_g = 'i3-frame'"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Shadows #
|
# Shadows #
|
||||||
#################################
|
#################################
|
||||||
@@ -154,7 +163,7 @@ fading = true;
|
|||||||
|
|
||||||
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
||||||
# fade-in-step = 0.028
|
# fade-in-step = 0.028
|
||||||
fade-in-step = 0.05;
|
fade-in-step = 0.15;
|
||||||
|
|
||||||
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
|
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
|
||||||
# fade-out-step = 0.03
|
# fade-out-step = 0.03
|
||||||
|
|||||||
Reference in New Issue
Block a user