aboutsummaryrefslogtreecommitdiff

dmenu

Personal fork of dmenu (dynamic menu) from suckless.org

Installation

Make sure you have dependencies installed before you build dmenu.

Dependencies

libxft-bgraAUR is required for colour emoji support.

$ sudo pacman -S libxinerama libxft  # Arch Linux

Building

$ git clone https://git.dawidpotocki.com/dawid/dmenu
$ cd dmenu
$ sudo make clean install

Patches