Skip to content

Commit

Permalink
fix: add zoom windows to the default ignore list
Browse files Browse the repository at this point in the history
Since zoom makes its popups with wrong WM props, it's a good candidate
for the default ignore list.
  • Loading branch information
gikari committed Mar 20, 2022
1 parent 338ed1f commit d563c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/bismuth_config.kcfg
Expand Up @@ -57,7 +57,7 @@

<entry name="ignoreClass" type="String">
<label>Ignore windows with certain classes(comma-separated list)</label>
<default>yakuake,spectacle,Conky</default>
<default>yakuake,spectacle,Conky,zoom</default>
</entry>

<entry name="ignoreRole" type="String">
Expand Down

0 comments on commit d563c40

Please sign in to comment.