# dmenu **Repository Path**: springhan/dmenu ## Basic Information - **Project Name**: dmenu - **Description**: 我的dmenu源代码 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## dmenu - dynamic menu dmenu is an efficient dynamic menu for X. ## Requirements In order to build dmenu you need the Xlib header files. ## Installation Edit config.mk to match your local setup (dmenu is installed into the /usr/local namespace by default). Afterwards enter the following command to build and install dmenu (if necessary as root): ```bash make clean install ``` ## Running dmenu See the man page for details.