dmenu

my dmenu build
git clone https://s.sonu.ch/~roket1428/dmenu.git
Log | Files | Refs | README | LICENSE

README.md (432B)


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