Rofi provides an application
launcher for the X Window System.
It can launch applications found in $PATH
, such as firefox. It can also launch
applications from .desktop
files in
/usr/share/applications
, ~/.local/share/applications
, and other paths,
such as /usr/share/applications/firefox.desktop
. This
specific edition of Rofi does not
support Wayland compositors.
gdk-pixbuf, GLib2, libxcb, libxkbcommon, Pango (with Cairo), startup-notification, and XCB Utilities
Install Rofi by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
Now, as the root
user:
ninja install