diff --git a/home/.config/compton.conf b/home/.config/compton.conf index 0fea405a..97f4a514 100644 --- a/home/.config/compton.conf +++ b/home/.config/compton.conf @@ -24,7 +24,7 @@ alpha-step = 0.06; # Backend backend = "xrender"; -vsync = "opengl"; +vsync = "none"; paint-on-overlay = true; mark-wmwin-focused = true; unredir-if-possible = true;