table of contents
| 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¶
- -d, --daemon
- Run in daemon mode. Hyprlauncher initializes and then exits without opening its UI.
- -o, --options
- Pass an explicit comma-separated option array to Hyprlauncher.
- -m, --dmenu
- Provide an option list via standard input in dmenu style (newline-separated).
- -h, --help
- Display the help menu and exit.
- -v, --version
- Print version information and exit.
- --quiet
- Disable all logging.
- --verbose
- 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¶
- Initialize without launching UI:
-
hyprlauncher --daemon - Pass an explicit options array:
-
hyprlauncher --options "terminal,editor,browser" - Use dmenu-style input:
-
printf "A\nB\nC\n" | hyprlauncher --dmenu
AUTHOR¶
Generated from hyprlauncher -h.
SEE ALSO¶
hyprland(1)
| Hyprlauncher Manual |