From 718af6f0ecdae65ad455a8f44faadb7eab8dae11 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 7 Mar 2021 12:21:55 -0500 Subject: added brave exception to compton --- compton/.config/compton.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compton') diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 61fc0d9..89523d0 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -152,6 +152,7 @@ focus-exclude = [ "class_g = 'Zathura'", "class_g *= 'Firefox'", "class_g *= 'Vivaldi'", + "class_g *= 'Brave'", "class_g = 'Mattermost'", "class_g = 'Signal'" ] @@ -171,6 +172,7 @@ opacity-rule = [ "100:class_g = 'Zathura'", "100:class_g *= 'Firefox'", "100:class_g *= 'Vivaldi'", + "100:class_g *= 'Brave'", "100:class_g = 'Mattermost'", "100:class_g = 'Signal'" ]; -- cgit v1.2.3