aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compton/.config/compton.conf2
1 files changed, 2 insertions, 0 deletions
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'"
];