Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seng3694/dmenu
This is my fork of suckless' dynamic menu
https://github.com/seng3694/dmenu
dmenu suckless suckless-dmenu
Last synced: about 1 month ago
JSON representation
This is my fork of suckless' dynamic menu
- Host: GitHub
- URL: https://github.com/seng3694/dmenu
- Owner: Seng3694
- License: mit
- Created: 2023-10-24T11:07:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-24T14:20:52.000Z (about 1 year ago)
- Last Synced: 2023-10-24T15:32:16.619Z (about 1 year ago)
- Topics: dmenu, suckless, suckless-dmenu
- Language: C
- Homepage: https://tools.suckless.org/dmenu/
- Size: 1 MB
- Stars: 0
- Watchers: 1
- 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.