fuzzel(1) | General Commands Manual | fuzzel(1) |
fuzzel - display XDG applications in a searchable Wayland window
fuzzel [OPTIONS]...
fuzzel lists all available XDG applications in a searchable Window. The search box supports Emacs-like key bindings.
The window size, font and colors can be configured with command line options:
--config=PATH
-o,--output=OUTPUT
The default is to let the compositor choose output.
-f,--font=FONT[,FALLBACK1,FALLBACK2,...]
-D,--dpi-aware=no|yes|auto
In this mode, the monitor's scaling factor is ignored; doubling the scaling factor will not double the font size.
When set to no, the monitor's DPI is ignored. The font is instead sized using the monitor's scaling factor; doubling the scaling factor does double the font size.
Finally, if set to auto, fonts will be sized using the monitor's DPI if all monitors have a scaling factor of 1. If at least one monitor as a scaling factor larger than 1 (regardless of whether the fuzzel window is mapped on that monitor or not), fonts will be scaled using the scaling factor.
Note that this option typically does not work with bitmap fonts, which only contains a pre-defined set of sizes, and cannot be dynamically scaled. Whichever size (of the available ones) that best matches the DPI or scaling factor, will be used.
Also note that if the font size has been specified in pixels (:pixelsize=N, instead of :size=N), DPI scaling (dpi-aware=yes) will have no effect (the specified pixel size will be used as is). But, if the monitor's scaling factor is used to size the font (dpi-aware=no), the font's pixel size will be multiplied with the scaling factor.
Default: auto
-p,--prompt=PROMPT
-i
--icon-theme=NAME
Example: Adwaita.
Default: hicolor.
-I,--no-icons
-F,--fields=FIELDS
Default: filename,name,generic
--password=[CHARACTER]
-T,--terminal=TERMINAL ARGS
-l,--lines=COUNT
-w,--width
-x,--horizontal-pad=PAD
-y,--vertical-pad=PAD
-P,--inner-pad=PAD
-b,--background=HEX
-t,--text-color=HEX
-m,--match-color=HEX
-s,--selection-color=HEX
-S,--selection-text-color=HEX
-M,--selection-match-color=HEX
-B,--border-width=INT
-r,--border-radius=INT
-C,--border-color=HEX
--show-actions
--no-fuzzy
--fuzzy-min-length=VALUE
--fuzzy-max-length-discrepancy=VALUE
--fuzzy-max-distance=VALUE
--line-height=HEIGHT
--letter-spacing=AMOUNT
--layer=top|overlay
top renders above normal windows, but typically below fullscreen windows and lock screens.
overlay renders on top of both normal windows and fullscreen windows. Note that the order is undefined if several windows use the same layer. Since e.g. lock screens typically use overlay, that means fuzzel may or may not appear on top of a lock screen.
Default: top
--launch-prefix=COMMAND
-d,--dmenu
Alternatively, you can symlink the fuzzel binary to dmenu. Fuzzel will then start in dmenu mode, without the --dmenu argument.
Fuzzel also supports icons, using Rofi's extended dmenu protocol. To set an icon for an entry, append \0icon\x1f<icon-name>. Example:
--index
-R,--no-run-if-empty
--log-level={info,warning,error,none}
--log-colorize=[{never,always,auto}]
--log-no-syslog
-v,--version
fuzzel will search for a configuration file in the following locations, in this order:
An example configuration file containing all options with their default value commented out will usually be installed to /etc/xdg/fuzzel/fuzzel.ini.
For more information, see fuzzel.ini(5).
The font is specified in FontConfig syntax. That is, a colon-separated list of font name and font options.
Examples:
All colors must be specified as a RGBA quadruple, in hex format, without a leading '0x'.
EXAMPLES:
The default color scheme is Solarized.
$XDG_CACHE_HOME/fuzzel
$XDG_RUNTIME_DIR/fuzzel-$WAYLAND_DISPLAY.lock
2022-11-30 |