Skip to content

Commit 0e09473

Browse files
author
Randall White
authored
re-add gjs to DEFAULT_FLOAT_RULES (#1610)
1 parent a3a1b7b commit 0e09473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ export const DEFAULT_FLOAT_RULES: Array<FloatRule> = [
5656
{ class: "system76-driver" },
5757
{ class: "tilda" },
5858
{ class: "zoom" },
59-
{ class: "^.*action=join.*$"}
59+
{ class: "^.*action=join.*$"},
60+
{ class: "gjs" }
6061

6162
];
6263

0 commit comments

Comments
 (0)