Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaue/dmenu
an efficient dynamic menu for X
https://github.com/kaue/dmenu
Last synced: 2 days ago
JSON representation
an efficient dynamic menu for X
- Host: GitHub
- URL: https://github.com/kaue/dmenu
- Owner: kaue
- License: mit
- Created: 2020-06-13T14:19:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T14:21:44.000Z (over 4 years ago)
- Last Synced: 2024-11-21T08:32:06.286Z (2 months ago)
- Language: C
- Size: 77.1 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.Requirements
------------
In order to build dmenu you need the Xlib header files.Installation
------------
You must have `libxft-bgra` installed until the libxft upstream is fixed. (emoji support)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.
Extra stuff added to vanilla dmenu:- reads Xresources (ergo pywal compatible)
- alpha patch, which importantly allows this build to be embedded in transparent st
- can view color characters like emoji (libxft-bgra is required for this reason)
- `-P` for password mode: hide user imput
- `-r` to reject non-matching input
- dmenu options are mouse clickableFork from https://github.com/LukeSmithxyz/dmenu