Skip to content
hyprlauncher

hyprlauncher

hyprlauncher is a multipurpose and versatile launcher / picker for hyprland. It’s fast, simple, and provides various modules.

Usage

Hyprlauncher is always a daemon. Launching it spawns a daemon that will listen to requests. If launched with hyprlauncher -d, it will not open a window for the first launch.

To open hyprlauncher, just bind hyprlauncher to a key.

Configuration

Theming

Theme follows your hyprtoolkit theme.

Config

~/.config/hypr/hyprlauncher.conf

Config categories and their values:

General

OptionDescriptionTypeDefault
grab_focusWhether to force a full keyboard focus grab.booltrue

Cache

OptionDescriptionTypeDefault
enabledControls whether modules keep a cache of often used entries.
That history is stored on your disk, in plain text, in ~/.local/share/hyprlauncher.
booltrue

Finders

Available finders: math, desktop, unicode.

Prefixes can only be one character.

optiondescriptiontypedefault
default_finderControls the default finder used.stringdesktop
desktop_prefixPrefix for the desktop finder to be used.stringempty
unicode_prefixPrefix for the unicode finder to be used.string.
math_prefixPrefix for the math finder to be used.string=
font_prefixPrefix for the font finder to be used.string'
desktop_launch_prefixLaunch prefix for each desktop app, e.g. uwsm app -- .stringempty
desktop_iconsWhether to enable desktop icons in the results.booltrue

UI

optiondescriptiontypedefault
window_sizethe size of the launchervec2400 260
Last updated on