diff options
| author | Kumar Damani <kdamani@kepler.space> | 2021-05-31 20:02:51 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2021-05-31 20:02:51 +0000 |
| commit | 08c18da372b215f51f2b5a5102a6ec6c3fcae0ff (patch) | |
| tree | 5a9d0307e75105541dc850ff5da630808fe4856b /compton/.config/compton.conf | |
| parent | bbce224500d9750f28438a12e9832d94e4b67101 (diff) | |
| parent | 0db24b7ae8fa4115ea57790969d6f090e181bcdb (diff) | |
Merge branch 'master' of gitlab.com:kdam0/dotfiles
Diffstat (limited to 'compton/.config/compton.conf')
| -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'" ]; |
