https://github.com/notchtc/dmenu
Personal build of dmenu
https://github.com/notchtc/dmenu
Last synced: about 2 months ago
JSON representation
Personal build of dmenu
- Host: GitHub
- URL: https://github.com/notchtc/dmenu
- Owner: notchtc
- License: mit
- Created: 2022-02-03T11:41:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T16:36:44.000Z (about 3 years ago)
- Last Synced: 2025-01-28T01:22:04.426Z (4 months ago)
- Language: C
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= dmenu - dynamic menu
chtc
{docdate}IMPORTANT:: Install https://github.com/uditkarode/libxft-bgra[libxft-bgra] to not have crashes when emojis are displayed.
This is my simple personal build of https://tools.suckless.org/dmenu[dmenu].
== Requirements
In order to build dmenu you need the Xlib header files.== Patches
- https://tools.suckless.org/dmenu/patches/fuzzymatch[fuzzymatch]
- https://tools.suckless.org/dmenu/patches/fuzzyhighlight[fuzzyhighlight]
- https://tools.suckless.org/dmenu/patches/xresources-alt[xresources-alt]== Installation
Clone the repository and enter the directory.
[source,shell]
git clone https://github.com/notchtc/dmenu
cd dmenuEdit 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):
[source,shell]
make clean install== Running dmenu
See the man page for details.