My dmenu build
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 18 roky
před 18 roky
před 18 roky
před 18 roky
před 18 roky
123456789101112131415161718192021222324
  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. 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
  12. (if necessary as root):
  13. make clean install
  14. Running dmenu
  15. -------------
  16. See the man page for details.