diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2021-03-07 17:21:55 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2021-03-07 17:21:55 +0000 |
| commit | 718af6f0ecdae65ad455a8f44faadb7eab8dae11 (patch) | |
| tree | c9d7d83aa49a9c3fa6d278ce09f813bb9b751d39 /compton | |
| parent | ea46c39ad708e88c37e3082b9d04e6c08420e719 (diff) | |
added brave exception to compton
Diffstat (limited to 'compton')
| -rw-r--r-- | compton/.config/compton.conf | 2 |
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'" ]; |
