diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index d62fb6e..54b521f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -8,7 +8,7 @@ # unless explicitly requested using the wintypes option. # # shadow = false -shadow = true; +shadow = false; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 @@ -100,7 +100,7 @@ fade-out-step = 0.03; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) # fade-delta = 10 -fade-delta = 3 +fade-delta = 4 # Specify a list of conditions of windows that should not be faded. # fade-exclude = [] @@ -209,7 +209,7 @@ blur-background-exclude = [ # `xrender` is the default one. # # backend = 'glx' -backend = "xrender"; +backend = "glx"; # Enable/disable VSync. # vsync = false @@ -264,7 +264,7 @@ refresh-rate = 0 # to maximize performance for full-screen windows. Known to cause flickering # when redirecting/unredirecting windows. # -# unredir-if-possible = false +unredir-if-possible = true # Delay before unredirecting the window, in milliseconds. Defaults to 0. # unredir-if-possible-delay = 0