https://github.com/71zenith/dmenu
My fork of dmenu.
https://github.com/71zenith/dmenu
Last synced: 10 months ago
JSON representation
My fork of dmenu.
- Host: GitHub
- URL: https://github.com/71zenith/dmenu
- Owner: 71zenith
- License: mit
- Created: 2021-12-29T07:05:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T13:08:05.000Z (over 4 years ago)
- Last Synced: 2025-03-30T22:14:10.997Z (over 1 year ago)
- Language: C
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This repo contains my personal build of Dmenu
## Patches used are :-
- Line height
- Numbers
- Fuzzymatch
- Fuzzyhighlight
## Custom keybindings :-
- `C-j` Down
- `C-k` Up
- `C-l` Down
- `C-h` Up
- `C-u` Home
- `C-d` End
- `C-o` Return
- `C-p` Go to start
- `C-n` Go to end
## Installation :-
To install make sure to have gcc, make, and pkgconfig and libxft-bgra(needed for proper rendering of emojis). These are the names of packages in Arch Linux that are required to build dmenu and make it work. Go and search what these packages are called in your distro if you aren't running something Arch-based.
```sh
git clone https://github.com/71zenith/dmenu.git
cd dmenu
make
doas make install
```
Run the above command in the terminal and if everything goes right, then dmenu will be on your system.