We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811201b commit 8275681Copy full SHA for 8275681
src/config.ts
@@ -42,6 +42,7 @@ export const DEFAULT_FLOAT_RULES: Array<FloatRule> = [
42
{ class: "Steam", title: "^.*(Guard|Login).*" },
43
{ class: "TelegramDesktop", title: "Media viewer" },
44
{ class: "Zotero", title: "Quick Format Citation" },
45
+ { class: "firefox", title: "^(?!.*Mozilla Firefox).*$" },
46
{ class: "gjs" },
47
{ class: "gnome-screenshot" },
48
{ class: "ibus-.*" },
0 commit comments