Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rv178/dmenu
My build of dmenu by suckless.org
https://github.com/rv178/dmenu
dmenu dwm menu rofi suckless
Last synced: 19 days ago
JSON representation
My build of dmenu by suckless.org
- Host: GitHub
- URL: https://github.com/rv178/dmenu
- Owner: rv178
- License: mit
- Created: 2022-01-06T06:05:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T09:05:27.000Z (about 3 years ago)
- Last Synced: 2024-11-17T15:59:30.278Z (3 months ago)
- Topics: dmenu, dwm, menu, rofi, suckless
- Language: C
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dmenu - dynamic menu
dmenu is an efficient dynamic menu for X.
`./dmenu-top` is the same config without the center patch.
`./dmenu` is my original dmenu config.# Requirements
In order to build dmenu you need the Xlib header files.
# Installation
```
cd dmenu
```or
```
cd dmenu-top
```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.
# Screenshots
### dmenu
![Alt text](./screenshots/ss1.png)
### dmenu-top
![Alt text](./screenshots/ss2.png)