summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+justsaumit@users.noreply.github.com>2022-03-02 08:15:07 +0530
committerGitHub <noreply@github.com>2022-03-02 08:15:07 +0530
commit302c150b1b1add9bf4a42e95990ab31aa2eaead0 (patch)
treec634f44aba1cf3736d04b08fe8a81da173791f51
parent8d1c9ab37821fe51e17ccf34a8e0ec126f97fb47 (diff)
Update README.md
-rw-r--r--README.md35
1 files 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. <b>Removed</b> lines in drw.c 143/144 containing 'iscol' in order to allow colored fonts/glyphs/emojis
+\
+(which would cause error with <i>libfxt</i> but does not in [<i>libxft-bgra</i>](https://github.com/uditkarode/libxft-bgra))
+
+2. <b>Fonts</b> - JetBrains mono and Joypixels
+3. <b>Xresources patch</b> and changes in dmenu.c for consistent colorschemes
+4. <b>Additional patches:</b> [<i>source</i>](https://tools.suckless.org/dmenu/patches/)
+ - <b>Password patch</b> (-P)
+ - uses asterisks '*' instead of dots'.'
+ - <b>Highpriority patch</b> (-hp items)
+ - <b>numbers patch</b>
+ - <b>instant patch (-n)</b>
+ - use -n flag to immediately select the only matching option left
+ - <b>Mouse support patch</b>
+ - dmenu options are mouse clickable
+ - <b>Textscroll / scroll patch</b>
+ - adds support for text scrolling, it doesn't append '...' for long input
+ - <b>navhistory patch</b>
+ - 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/)