no more transparency for mpv

This commit is contained in:
Phuntsok Drak-pa 2019-11-06 16:53:45 +01:00
parent 810d210715
commit fa502c1ace
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 4 additions and 1 deletions

View File

@ -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'"
];