https://github.com/michaelforney/dmenu
https://github.com/michaelforney/dmenu
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelforney/dmenu
- Owner: michaelforney
- License: mit
- Created: 2013-07-13T09:42:40.000Z (about 13 years ago)
- Default Branch: wayland
- Last Pushed: 2017-04-16T16:28:51.000Z (over 9 years ago)
- Last Synced: 2025-03-27T04:12:29.406Z (over 1 year ago)
- Language: C
- Size: 920 KB
- Stars: 22
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
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):
make clean install
Running dmenu
-------------
See the man page for details.