My dmenu build
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

há 18 anos
há 18 anos
há 18 anos
há 18 anos
há 18 anos
há 18 anos
12345678910111213141516171819202122232425
  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. Pasting the X selection to dmenu requires the sselp utility at runtime.
  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 (if
  13. necessary as root):
  14. make clean install
  15. Running dmenu
  16. -------------
  17. See the man page for details.