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.

18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
18 jaren geleden
123456789101112131415161718192021222324252627282930
  1. dmenu - dynamic menu
  2. --------------------
  3. dmenu is a generic, highly customizable, and efficient menu for X.
  4. Requirements
  5. ------------
  6. In order to build dmenu you need the Xlib header files.
  7. Installation
  8. ------------
  9. Edit config.mk to match your local setup (dmenu is installed into
  10. the /usr/local namespace by default).
  11. Afterwards enter the following command to build and install dmenu (if
  12. necessary as root):
  13. make clean install
  14. Running dmenu
  15. -------------
  16. See the man page for details.
  17. Configuration
  18. -------------
  19. The configuration of dmenu is done by creating a custom config.h
  20. and (re)compiling the source code.