From 5b4360a6b14a8574ee6e8ca4026f208e8ad210d2 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 18 Nov 2020 23:25:47 +0100 Subject: remove blur --- picom/picom.conf | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'picom') diff --git a/picom/picom.conf b/picom/picom.conf index a5c7cae..f9250ba 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -71,11 +71,11 @@ shadow = false; # The blur radius for shadows. (default 12) shadow-radius = 5; # The left offset for shadows. (default -15) -shadow-offset-x = -5; +shadow-offset-x = 10; # The top offset for shadows. (default -15) -shadow-offset-y = -5; +shadow-offset-y = 10; # The translucency for shadows. (default .75) -shadow-opacity = 0.5; +shadow-opacity = 0.7; # Set if you want different colour shadows # shadow-red = 0.0; @@ -97,6 +97,7 @@ shadow-exclude = [ "name *= 'Chromium'", "name *= 'Chrome'", "name *= 'i3bar'", + "name *= 'polybar'", "class_g = 'Firefox' && argb", "class_g = 'Conky'", "class_g = 'Kupfer'", @@ -127,9 +128,9 @@ inactive-opacity-override = false; # Do not let dimness adjust based on window opacity. # inactive-dim-fixed = true; # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. -blur-background = true; +blur-background = false; # Blur background of opaque windows with transparent frames as well. -blur-background-frame = true; +blur-background-frame = false; # Do not let blur radius adjust based on window opacity. blur-background-fixed = true; blur-background-exclude = [ @@ -137,10 +138,10 @@ blur-background-exclude = [ "window_type = 'desktop'" ]; -blur-method = "gaussian"; +#blur-method = "gaussian"; #blur-kern = "7x7box"; -blur-size = 30; -blur-deviation = 15; +#blur-size = 30; +#blur-deviation = 15; #blur-strength = 15; corner-radius = 10; @@ -158,7 +159,7 @@ opacity-rule = [ # Fade windows during opacity changes. fading = true; # The time between steps in a fade in milliseconds. (default 10). -fade-delta = 8; +fade-delta = 5; # Opacity change between steps while fading in. (default 0.028). fade-in-step = 0.03; # Opacity change between steps while fading out. (default 0.03). @@ -192,10 +193,10 @@ detect-client-opacity = true; # Specify refresh rate of the screen. # If not specified or 0, compton will try detecting this with X RandR extension. -refresh-rate = 144; +refresh-rate = 0; # Vertical synchronization: match the refresh rate of the monitor -vsync = false; +vsync = true; # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing. # Reported to have no effect, though. -- cgit v1.2.3