From 302c150b1b1add9bf4a42e95990ab31aa2eaead0 Mon Sep 17 00:00:00 2001
From: Saumit Dinesan <79687674+justsaumit@users.noreply.github.com>
Date: Wed, 2 Mar 2022 08:15:07 +0530
Subject: Update README.md
---
README.md | 35 +++++++++++++++++++++++++++--------
1 file changed, 27 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 8f17e88..5725912 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,32 @@
# dmenu
Saumit's fork of the suckless tool dmenu
-Changes made from the vanilla suckless dmenu
-source: 'git clone https://git.suckless.org/dmenu'
+## Changes in this build
+Changes made from the vanilla dmenu [dmenu-5.1](https://dl.suckless.org/tools/dmenu-5.1.tar.gz) (2022-02-11)
-1. Removed lines in drw.c 143/144 containing 'iscol' in order to allow colored fonts/glyphs/emojis (which would cause error with libfxt but does not in libxft-bgra)
-2. Fonts - JetBrains mono and Joypixels
-3. Xresources patch and changes in dmenu.c for consistent colorschemes
-4. dmenu- numbers patch (, highlight patch (don't rlly like it), password patch (-P )uses asterisks '*' instead of dots'.', instant patch (-n), highpriority patch (-hp items)
+source: `git clone https://git.suckless.org/dmenu`
-Make sure to use the command
-'rm ~/.cache/dmenu_run' if no options show up on dmenu_run
+1. Removed lines in drw.c 143/144 containing 'iscol' in order to allow colored fonts/glyphs/emojis
+\
+(which would cause error with libfxt but does not in [libxft-bgra](https://github.com/uditkarode/libxft-bgra))
+
+2. Fonts - JetBrains mono and Joypixels
+3. Xresources patch and changes in dmenu.c for consistent colorschemes
+4. Additional patches: [source](https://tools.suckless.org/dmenu/patches/)
+ - Password patch (-P)
+ - uses asterisks '*' instead of dots'.'
+ - Highpriority patch (-hp items)
+ - numbers patch
+ - instant patch (-n)
+ - use -n flag to immediately select the only matching option left
+ - Mouse support patch
+ - dmenu options are mouse clickable
+ - Textscroll / scroll patch
+ - adds support for text scrolling, it doesn't append '...' for long input
+ - navhistory patch
+ - uses vimkeys to view the previous and next history
+
+### Debugging
+Make sure to use the command `rm ~/.cache/dmenu_run` if no options show up on dmenu_run
+## Licence
+[MIT](https://choosealicense.com/licenses/mit/)
--
cgit v1.2.3