My dmenu build
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README 545 B

il y a 18 ans
il y a 18 ans
il y a 18 ans
il y a 18 ans
il y a 18 ans
1234567891011121314151617181920212223242526
  1. dmenu - dynamic menu
  2. ====================
  3. dmenu is an efficient dynamic 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. Installation
  9. ------------
  10. Edit config.mk to match your local setup (dmenu is installed into
  11. the /usr/local namespace by default).
  12. Afterwards enter the following command to build and install dmenu
  13. (if necessary as root):
  14. make clean install
  15. Running dmenu
  16. -------------
  17. See the man page for details.