diff --git a/src/modules/launcher/actions.tsx b/src/modules/launcher/actions.tsx index 4ebabfb6..446f411b 100644 --- a/src/modules/launcher/actions.tsx +++ b/src/modules/launcher/actions.tsx @@ -57,15 +57,6 @@ const actions = (mode: Variable, entry: Widget.Entry): ActionMap => ({ entry.set_text(""); }, }, - windows: { - icon: "select_window", - name: "Windows", - description: "Manage open windows", - action: () => { - mode.set("windows"); - entry.set_text(""); - }, - }, light: { icon: "light_mode", name: "Light",