My dmenu build
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 18 años
hace 18 años
hace 18 años
hace 18 años
hace 18 años
hace 18 años
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.