From 0c09d426b5ef5ab60457d0d9a45ca1c6e21c987d Mon Sep 17 00:00:00 2001 From: M1dgard Date: Fri, 1 Mar 2019 17:37:06 +0100 Subject: [PATCH] [compton] Exclude mpv from transparency --- compton.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/compton.conf b/compton.conf index ebcc894..fbe448e 100644 --- a/compton.conf +++ b/compton.conf @@ -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'" ];