zlaunch
Modules

Modules

Overview of zlaunch modules

Modules are the building blocks of zlaunch. Each provides specific functionality.

Available Modules

Combined Mode

In combined mode, all enabled modules are shown together. Results are grouped by category and sorted by relevance.

combined_modules = [
  "calculator",
  "windows",
  "applications",
  "emojis",
  "clipboard",
  "actions",
  "themes",
  "ai",
  "search"
]

There's also a Themes module for switching themes from within the launcher.

Accessing Modules

zlaunch show --modes emojis
zlaunch toggle --modes applications
  • Ctrl+Tab — next mode
  • Ctrl+Shift+Tab — previous mode

Configure which modes to cycle through:

default_modes = ["combined", "emojis", "clipboard"]

On this page