diff --git a/.config/compton.conf b/.config/compton.conf index a061608..a71bc1e 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -159,7 +159,9 @@ no-fading-openclose = true; # no-fading-destroyed-argb = true; # Specify a list of conditions of windows that should not be faded. -fade-exclude = [ ]; +fade-exclude = [ + "class_g = 'mpv'" +]; ################################################################################ # @@ -230,6 +232,7 @@ sw-opti = false; # Specify a list of conditions of windows that should always be considered # focused focus-exclude = [ + "class_g = 'mpv'" # "class_g = 'Cairo-clock'" ];