dmenu

Simple dynamic menu for X
git clone https://git.sinitax.com/suckless/dmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

README (475B)


      1dmenu - dynamic menu
      2====================
      3dmenu is an efficient dynamic menu for X.
      4
      5
      6Requirements
      7------------
      8In order to build dmenu you need the Xlib header files.
      9
     10
     11Installation
     12------------
     13Edit config.mk to match your local setup (dmenu is installed into
     14the /usr/local namespace by default).
     15
     16Afterwards enter the following command to build and install dmenu
     17(if necessary as root):
     18
     19    make clean install
     20
     21
     22Running dmenu
     23-------------
     24See the man page for details.