dmenu
Dynamic menu. Creates a menu from a text input with each item on a new line. More information: <https://manned.org/dmenu>.
RUN apt-get update && \
apt-get install -y suckless-tools
RUN apt-get update && \
apt-get install -y suckless-tools
RUN apk add dmenu
RUN pacman -S --noconfirm dmenu
RUN apt-get update && \
apt-get install -y suckless-tools
RUN dnf install -y dmenu
RUN apt-get update && \
apt-get install -y suckless-tools