https://github.com/bakkeby/dmenu-flexipatch
A dmenu build with preprocessor directives to decide which patches to include during build time
https://github.com/bakkeby/dmenu-flexipatch
dmenu flexipatch suckless
Last synced: 10 months ago
JSON representation
A dmenu build with preprocessor directives to decide which patches to include during build time
- Host: GitHub
- URL: https://github.com/bakkeby/dmenu-flexipatch
- Owner: bakkeby
- License: mit
- Created: 2019-09-18T22:37:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T21:12:51.000Z (12 months ago)
- Last Synced: 2025-04-12T18:51:35.073Z (11 months ago)
- Topics: dmenu, flexipatch, suckless
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 192
- Watchers: 10
- Forks: 83
- Open Issues: 3
-
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.