# SCRIPT NAME: # .config/compton.conf # # AUTHOR: # Severin Kaderli # # DESCRIPTION: # This is my compton configuration. # # USAGE: # This file is automatically used by compton. # Settings opacity rules opacity-rule = [ "85:class_g = 'Termite'" ]; # 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;