https://github.com/kurama622/dmenu
https://github.com/kurama622/dmenu
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kurama622/dmenu
- Owner: Kurama622
- License: mit
- Created: 2020-02-06T08:55:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T13:41:13.000Z (over 5 years ago)
- Last Synced: 2025-01-11T18:47:07.134Z (9 months ago)
- Language: C
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.