https://github.com/roshan-r/dmenu
Personal build of dmenu
https://github.com/roshan-r/dmenu
Last synced: 10 months ago
JSON representation
Personal build of dmenu
- Host: GitHub
- URL: https://github.com/roshan-r/dmenu
- Owner: Roshan-R
- License: mit
- Created: 2021-08-06T07:37:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T07:38:55.000Z (over 4 years ago)
- Last Synced: 2025-02-11T15:58:11.862Z (12 months ago)
- Language: C
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.