Skip to content

thatguynoe/dmenu

Repository files navigation

dmenu

An almost vanilla build of dmenu.

Patches and features

  • 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.

Installation

git clone https://github.com/thatguynoe/dmenu
cd dmenu
sudo make install

Updates

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