https://github.com/jceb/dmenu-patches
My patches for http://tools.suckless.org/dmenu/
https://github.com/jceb/dmenu-patches
Last synced: about 1 year ago
JSON representation
My patches for http://tools.suckless.org/dmenu/
- Host: GitHub
- URL: https://github.com/jceb/dmenu-patches
- Owner: jceb
- Created: 2015-01-13T17:41:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T07:55:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T21:02:20.705Z (about 1 year ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
## clone patches repository including the dwm repository
git clone https://github.com/jceb/dmenu-patches
## init and load dwm submodule
cd dmenu-patches
git submodule update --init --recursive
## activate all patches, including the personal configuration
quilt push -a
## build st (or us the ./build script)
cd dmenu
rm -f config.h
make
## install st locally (or use ./install script)
make DESTDIR=~/.local PREFIX= install
# Patch References
* [fuzzymatch.patch](patches/fuzzymatch.patch) (http://tools.suckless.org/dmenu/patches/fuzzymatch)