From c27e2fb20efc8e022061f01ecf85b23b37fa2f57 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 22 Oct 2023 06:54:03 +0200 Subject: [PATCH] added fuzzymatching to readme --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 26d66db..5366dc2 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ This belongs to my larbs installation script, meaning it's supposed to work in t ## Patches The list below shows the currently applied patches to this build. -- dmenu-border-4.9.diff -- dmenu-center-20200111-8cd37e1.diff -- dmenu-password-4.9.diff +- 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 @@ -17,10 +18,6 @@ To install this package you can run several commands. ### AUR -If you're on Arch you can use the Arch User Repository. -For simplicity you can use a AUR-helper such as yay. -- `yay -S dmenu-tiyn-git` - Or you can clone it and run it by makepkg. - `git clone https://aur.archlinux.org/dmenu-tiyn-git.git` - `makepkg -sirc`