PRIMARY CATEGORY → SETUP

Rofi → Application Launcher

Basically, It’s an application launcher and a ssh-launcher

Displays to the user a list of options from which one or more options can be selected

In this case, It is a list of the applications that are installed on the system

rofi is launched by the sxhkd daemon when a certain input event, such as a Hotkey, is performed

# ~/.config/sxhkd/sxhkdrc - Rofi Launch Hotkey
super + d
  /usr/bin/rofi -show run

Configuration File → ~/.config/rofi/config.rasi

More information here


Installation
$ apt install -y -- rofi

That’s it

$ command -V rofi
rofi is /usr/bin/rofi