An almost vanilla build of dmenu.
- border-20201112-1a13d04 adds a border around the dmenu window of width
nwith the-bw nflag. - grid-4.9 allows you to render dmenu's entries in a grid with the
-gand-lflags.- gridnav-5.0 adds the ability to move left and right through a grid.
- password-5.0 hides input with the
-Pflag. - dmenu-center-20240616-36c3d68.diff centers the dmenu prompt with the
-cflag.
git clone https://github.com/thatguynoe/dmenu
cd dmenu
sudo make installThe 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