Man page - hyprlauncher(1)

Packages contas this manual

Manual

HYPRLAUNCHER(1) General Commands Manual HYPRLAUNCHER(1)

hyprlauncher - initialize and launch Hyprlauncher with optional arguments

hyprlauncher [options]

hyprlauncher initializes the Hyprlauncher environment and, unless instructed otherwise, opens its user interface. It supports several modes for providing option lists and for adjusting logging output.

Run in daemon mode. Hyprlauncher initializes and then exits without opening its UI.

Pass an explicit comma-separated option array to Hyprlauncher.

Provide an option list via standard input in dmenu style (newline-separated).

Display the help menu and exit.

Print version information and exit.

Disable all logging.

Enable verbose logging.

When using --dmenu, hyprlauncher expects a list of options on stdin, each separated by a newline.

Returns 0 on success, nonzero on error.


hyprlauncher --daemon


hyprlauncher --options "terminal,editor,browser"


printf "A\nB\nC\n" | hyprlauncher --dmenu

Generated from hyprlauncher -h.

hyprland(1)

Hyprlauncher Manual