summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/launcher/actions.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/modules/launcher/actions.tsx b/src/modules/launcher/actions.tsx
index 4ebabfb..446f411 100644
--- a/src/modules/launcher/actions.tsx
+++ b/src/modules/launcher/actions.tsx
@@ -57,15 +57,6 @@ const actions = (mode: Variable<Mode>, 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",