diff --git a/system/.config/compton.conf b/system/.config/compton.conf index dffa823..a3a243b 100644 --- a/system/.config/compton.conf +++ b/system/.config/compton.conf @@ -13,5 +13,14 @@ # Settings opacity rules opacity-rule = [ "85:class_g = 'Termite'" ]; -# Disable compton when full screen application is active +# Performance improvements unredir-if-possible = true; +backend = "glx"; +glx-no-stencil = false; +glx-copy-from-front = false; +glx-swap-method = "undefined"; +refresh-rate = 0; +vsync = "none"; +sw-opti = true; +xrender-sync = true; +xrender-sync-fence = true;