Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/62832/dmenu
Yet another fork of https://tools.suckless.org/dmenu/
https://github.com/62832/dmenu
dmenu suckless
Last synced: about 1 month ago
JSON representation
Yet another fork of https://tools.suckless.org/dmenu/
- Host: GitHub
- URL: https://github.com/62832/dmenu
- Owner: 62832
- License: mit
- Created: 2024-01-30T22:30:36.000Z (12 months ago)
- Default Branch: custom
- Last Pushed: 2024-02-22T16:01:36.000Z (11 months ago)
- Last Synced: 2024-10-27T07:06:56.655Z (3 months ago)
- Topics: dmenu, suckless
- Language: C
- Homepage:
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.md
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.