Skip to content

Commit 811201b

Browse files
p4c4tmmstick
authored andcommitted
fix: Zoom sometimes opens in tiling mode despite system exception #1442
1 parent b299641 commit 811201b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ export const DEFAULT_FLOAT_RULES: Array<FloatRule> = [
5454
{ class: "re.sonny.Junction" },
5555
{ class: "system76-driver" },
5656
{ class: "tilda" },
57-
{ class: "zoom" }
57+
{ class: "zoom" },
58+
{ class: "^.*action=join.*$"}
5859

5960
];
6061

0 commit comments

Comments
 (0)