[compton] Exclude mpv from transparency

This commit is contained in:
M1dgard 2019-03-01 17:37:06 +01:00
parent 9727d5db69
commit 0c09d426b5
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -126,6 +126,7 @@ opacity-rule = [
#"95:class_g = 'xfce4-terminal' && !_NET_WM_STATE@:32a",
"89:class_g = 'Polybar'",
"90:class_g = 'Dunst'",
"100:class_g = 'mpv'",
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];