aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compton/.config/compton.conf46
1 files changed, 19 insertions, 27 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
index 89523d0..8bc64ff 100644
--- a/compton/.config/compton.conf
+++ b/compton/.config/compton.conf
@@ -3,7 +3,7 @@
#################################
# requires: https://github.com/sdhand/compton
# corner-radius = 15.0;
-round-borders = 1;
+round-borders = 0;
rounded-corners-exclude = [
# "class_g = 'Polybar'"
@@ -23,21 +23,15 @@ shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
-# shadow-radius = 14;
-shadow-radius = 22;
+shadow-radius = 12;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
-shadow-opacity = 1.0;
-# shadow-opacity = .35
+shadow-opacity = 0.75;
# The left offset for shadows, in pixels. (defaults to -15)
-# shadow-offset-x = -15
-# shadow-offset-x = -7;
shadow-offset-x = -15;
# The top offset for shadows, in pixels. (defaults to -15)
-# shadow-offset-y = -15
-# shadow-offset-y = -7;
shadow-offset-y = -15;
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
@@ -96,7 +90,7 @@ shadow-exclude = [ "class_g='Polybar'" ]
# Fade windows in/out when opening/closing and when opacity changes,
# unless no-fading-openclose is used.
# fading = false
-fading = true;
+fading = false;
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
@@ -127,7 +121,7 @@ fade-out-step = 0.06;
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
# inactive-opacity = 0.8;
-inactive-opacity = 0.7;
+inactive-opacity = 0.4;
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
frame-opacity = 1;
@@ -141,7 +135,7 @@ frame-opacity = 1;
inactive-opacity-override = true;
# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
-active-opacity = 1;
+active-opacity = 0.8;
# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
# inactive-dim = 0.5;
@@ -184,35 +178,35 @@ opacity-rule = [
# Parameters for background blurring, see the *BLUR* section for more information.
-# blur-method =
-# blur-size = 12
+#blur-method =
+#blur-size = 12
#
-# blur-deviation = false
+#blur-deviation = false
# Blur background of semi-transparent / ARGB windows.
# Bad in performance, with driver-dependent behavior.
# The name of the switch may change without prior notifications.
#
-# blur-background = true;
+blur-background = true;
# Blur background of windows when the window frame is not opaque.
# Implies:
# blur-background
# Bad in performance, with driver-dependent behavior. The name may change.
#
-# blur-background-frame = false;
+blur-background-frame = false;
# Use fixed blur strength rather than adjusting according to window opacity.
-# blur-background-fixed = false;
+blur-background-fixed = false;
# Specify the blur convolution kernel, with the following format:
# example:
-# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
+blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
#
# blur-kern = ''
-# blur-kern = "3x3box";
+#blur-kern = "3x3box";
# blur: {
# # requires: https://github.com/ibhagwan/picom
@@ -228,13 +222,11 @@ opacity-rule = [
# }
# Exclude conditions for background blur.
-blur-background-exclude = [
- "window_type = 'dock'",
- "class_g = 'slop'",
- "class_g = 'Zathura'",
- #"class_g = 'Rofi'",
- #"class_g = 'Polybar'"
-];
+#blur-background-exclude = [
+# "window_type = 'dock'",
+# "class_g = 'slop'",
+# "class_g = 'Zathura'",
+#];
#################################