An almost vanilla build of dmenu.
- border-20201112-1a13d04 adds a border around the dmenu window of width
n
with the-bw n
flag. - grid-4.9 allows you to render dmenu's entries in a grid with the
-g
and-l
flags.- gridnav-5.0 adds the ability to move left and right through a grid.
- password-5.0 hides input with the
-P
flag.
git clone https://github.com/thatguynoe/dmenu
cd dmenu
sudo make install
The suckless dmenu development branch is the master
branch in this repo. Consequently, this makes updating dmenu quite easy:
git clone https://github.com/thatguynoe/dmenu
cd dmenu
git switch master
git pull upstream master
git switch main
git merge master