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 42ff8d4 commit f4894c8Copy full SHA for f4894c8
src/floating_exceptions/src/main.ts
@@ -12,7 +12,7 @@ imports.searchPath.push(SCRIPT_DIR)
12
13
import * as config from 'config';
14
15
-const { DEFAULT_RULES, Config } = imports.config;
+const { DEFAULT_FLOAT_RULES, Config } = imports.config;
16
17
const WM_CLASS_ID = "pop-shell-exceptions"
18
@@ -241,7 +241,7 @@ class App {
241
242
this.config.reload();
243
244
- for (const value of DEFAULT_RULES.values()) {
+ for (const value of DEFAULT_FLOAT_RULES.values()) {
245
let wmtitle = value.title ?? undefined;
246
let wmclass = value.class ?? undefined;
247
0 commit comments