My dmenu build
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
18 лет назад
12345678910111213141516171819202122232425262728293031
  1. dmenu - dynamic menu
  2. --------------------
  3. dmenu is a generic, highly customizable, and efficient menu for the
  4. X Window System.
  5. Requirements
  6. ------------
  7. In order to build dmenu you need the Xlib header files.
  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.
  18. Configuration
  19. -------------
  20. The configuration of dmenu is done by creating a custom config.h
  21. and (re)compiling the source code.