no more transparency for mpv
This commit is contained in:
parent
810d210715
commit
fa502c1ace
@ -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'"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user