Skip to content

Commit 8275681

Browse files
authored
Add firefox exception except main window (#1494)
1 parent 811201b commit 8275681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const DEFAULT_FLOAT_RULES: Array<FloatRule> = [
4242
{ class: "Steam", title: "^.*(Guard|Login).*" },
4343
{ class: "TelegramDesktop", title: "Media viewer" },
4444
{ class: "Zotero", title: "Quick Format Citation" },
45+
{ class: "firefox", title: "^(?!.*Mozilla Firefox).*$" },
4546
{ class: "gjs" },
4647
{ class: "gnome-screenshot" },
4748
{ class: "ibus-.*" },

0 commit comments

Comments
 (0)