My dmenu build
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

18 anni fa
18 anni fa
18 anni fa
18 anni fa
18 anni fa
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.