From fa502c1aceb7c1967afb22ca8e39ddf36e276ee9 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Wed, 6 Nov 2019 16:53:45 +0100 Subject: [PATCH] no more transparency for mpv --- .config/compton.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'" ];