Scroll to navigation

HYPRLAUNCHER(1) General Commands Manual HYPRLAUNCHER(1)

NAME

hyprlauncher - initialize and launch Hyprlauncher with optional arguments

SYNOPSIS

hyprlauncher [options]

DESCRIPTION

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.

OPTIONS

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.

INPUT FORMAT

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

EXIT STATUS

Returns 0 on success, nonzero on error.

EXAMPLES


hyprlauncher --daemon


hyprlauncher --options "terminal,editor,browser"


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

AUTHOR

Generated from hyprlauncher -h.

SEE ALSO

hyprland(1)

Hyprlauncher Manual