summaryrefslogtreecommitdiff
path: root/src/modules/launcher/util.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/launcher/util.tsx')
-rw-r--r--src/modules/launcher/util.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/launcher/util.tsx b/src/modules/launcher/util.tsx
index 3c4e8bf..8288588 100644
--- a/src/modules/launcher/util.tsx
+++ b/src/modules/launcher/util.tsx
@@ -2,7 +2,7 @@ import { FlowBox } from "@/utils/widgets";
import type { Variable } from "astal";
import { App, Gtk } from "astal/gtk3";
-export type Mode = "apps" | "files" | "math" | "windows";
+export type Mode = "apps" | "files" | "math";
export interface LauncherContent {
updateContent(search: string): void;