LinuxCommandLibrary

wofi

TLDR

Show apps list

$ wofi -S drun
copy
Show all commands
$ wofi -S run
copy
Dmenu mode from stdin
$ printf "Choice1\nChoice2\nChoice3" | wofi -d
copy

SYNOPSIS

wofi [OPTIONS]

DESCRIPTION

wofi is an application launcher for wlroots-based Wayland compositors. It functions similarly to rofi and dmenu, providing a searchable menu for launching applications or selecting items.
The drun mode shows desktop applications while run mode shows all executables in PATH.

PARAMETERS

-S, --show MODE

Show mode: drun (applications), run (commands), dmenu
-d, --dmenu
Run in dmenu mode (read from stdin)
--style FILE
Custom CSS stylesheet
--conf FILE
Configuration file

CAVEATS

Wayland only (wlroots-based compositors). Styling uses CSS. Some rofi features may not be available.

SEE ALSO

rofi(1), dmenu(1), fuzzel(1)

Copied to clipboard