My dmenu build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 621 B

18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
18 years ago
123456789101112131415161718192021222324252627
  1. dmenu - dynamic menu
  2. ====================
  3. dmenu is a generic and efficient menu for X.
  4. Requirements
  5. ------------
  6. In order to build dmenu you need the Xlib header files.
  7. You also need libdraw, available from http://hg.suckless.org/libdraw
  8. Pasting the X selection to dmenu requires the sselp utility at runtime.
  9. Installation
  10. ------------
  11. Edit config.mk to match your local setup (dmenu is installed into
  12. the /usr/local namespace by default).
  13. Afterwards enter the following command to build and install dmenu (if
  14. necessary as root):
  15. make clean install
  16. Running dmenu
  17. -------------
  18. See the man page for details.