mirror of https://github.com/tiyn/dmenu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tiyn
8399539551
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
LICENSE | 5 years ago | |
Makefile | 5 years ago | |
PKGBUILD | 4 years ago | |
README.md | 1 year ago | |
arg.h | 5 years ago | |
config.def.h | 1 year ago | |
config.h | 1 year ago | |
config.mk | 1 year ago | |
dmenu-border-4.9.diff | 5 years ago | |
dmenu-center-20200111-8cd37e1.diff | 5 years ago | |
dmenu-fuzzymatch-4.9.diff | 1 year ago | |
dmenu-password-4.9.diff | 5 years ago | |
dmenu.1 | 5 years ago | |
dmenu.c | 1 year ago | |
dmenu_path | 5 years ago | |
dmenu_run | 5 years ago | |
drw.c | 5 years ago | |
drw.h | 5 years ago | |
stest.1 | 5 years ago | |
stest.c | 5 years ago | |
util.c | 5 years ago | |
util.h | 5 years ago |
README.md
dmenu
This is my patched version of dmenu. The base version is directly from suckless.org. This belongs to my larbs installation script, meaning it's supposed to work in the environment of the larbs-base-installation.
Patches
The list below shows the currently applied patches to this build.
- dmenu-border-4.9.diff (adds a border)
- dmenu-center-20200111-8cd37e1.diff (adds option to center dmenu)
- dmenu-fuzzymatch-4.9.diff (adds option to fuzzy matching)
- dmenu-password-4.9.diff (adds option to hide input)
Installation
To install this package you can run several commands.
AUR
Or you can clone it and run it by makepkg.
git clone https://aur.archlinux.org/dmenu-tiyn-git.git
makepkg -sirc
MAKE
The most basic way is to clone the repository and then invoke make.
git clone https://github.com/tiyn/dmenu
make clean install