The suckless dynamic menu (Dmenu) with some additional features that make it literally the best dynamic menu in the Void:
You must setup your window manager to allow key binding to launch Dmenu. and use it to launch Dmenu and look for any installed software on the computer.
The center or grid location and the alpha patch, which further enhances its appeal, are two features that distinguish this build of Dmenu.
You should have xlib header and harfbuzz-devel files and noto-fonts-emoji installed.
git clone https://github.com/elbachir-one/dmenu
cd dmenu
make
sudo make install
make
and fontconfig
is required to build this.
sudo xbps-install -S xorg base-devel libXft-devel libX11-devel libXinerama-devel
harfbuzz-devel noto-fonts-emoji libXrender-devel
sudo pacman -Sy xorg base-devel noto-fonts-emoji harfbuzz libxrender
sudo apt install build-essential libx11-dev libxinerama-dev suckless-tools libxft-dev
doas pkg install pkgconfig noto-fonts-emoji
doas pkg_add pkgocnfig noto-fonts-emoji
On OpenBSD, be sure to edit config.mk
first and remove -lrt
from the
$LIBS
before compiling.
Be sure that you have a compositer like Picom or Compton running if you want transparency.