An open API service indexing awesome lists of open source software.

https://github.com/kurama622/dmenu


https://github.com/kurama622/dmenu

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

我为dmenu写的补丁[dmenu-match.diff](https://github.com/demonlord1997/dmenu-showmatch)

|Tab/Ctrl-n|跳转到下一候选命令,并在文本框中显示当前选中的命令|
|--|--|
|Ctrl-p|跳转到上一候选命令,并在文本框中显示当前选中的命令|

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):

make clean install

Running dmenu
-------------
See the man page for details.