diff --git a/system/.config/compton/compton.conf b/system/.config/compton/compton.conf index 3b2f552..49e2cff 100644 --- a/system/.config/compton/compton.conf +++ b/system/.config/compton/compton.conf @@ -16,13 +16,13 @@ opacity-rule = [ "85:class_g = 'Thunar'" ]; -#inactive-dim = 0.25; +# Shadows +shadow = true; # Performance improvements unredir-if-possible = true; backend = "glx"; glx-no-stencil = true; glx-copy-from-front = false; -glx-swap-method = "undefined"; -vsync = "opengl-swc"; +vsync = true; xrender-sync-fence = true; \ No newline at end of file