rofi
Application launcher and window switcher
TLDR
SYNOPSIS
rofi [-show mode] [-dmenu] [-theme theme]
DESCRIPTION
rofi is a versatile application launcher and window switcher. It provides a searchable interface for launching programs, switching windows, running commands, and more.The tool is highly customizable with themes and supports scripting via the dmenu mode. It's popular in tiling window manager setups as a replacement for dmenu.
PARAMETERS
-show _mode_
Show specified mode-dmenu
Run as dmenu replacement-theme _theme_
Use specified theme-modi _modes_
Enable specified modes-matching _method_
Match method (fuzzy, regex, glob, normal)-i
Case insensitive matching
CONFIGURATION
~/.config/rofi/config.rasi
Main configuration file in rasi format, controlling modes, keybindings, matching behavior, and default settings.~/.config/rofi/themes/
Directory for custom theme files that control appearance, colors, fonts, and layout.~/.local/share/rofi/themes/
Additional theme search path for user-installed themes.
MODES
drun
Desktop application launcherrun
Command launcherwindow
Window switcherssh
SSH connection managerkeys
Keybinding viewercombi
Combined modes
CAVEATS
Requires X11 by default; for Wayland, use the rofi-wayland fork. Themes use the rasi format (not CSS). Custom scripts can extend rofi with new modes via the `-modi` option. The dmenu mode reads from stdin and writes the selected entry to stdout.
HISTORY
rofi was created by Dave Davenport as a more feature-rich alternative to dmenu. It has become a standard component in many Linux desktop configurations.
