My dmenu build
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.