diff options
author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2022-03-02 08:16:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 08:16:05 +0530 |
commit | 16f4f26d529fd548bab60fd416ec7c996d97837a (patch) | |
tree | c56621e171cbbcda73ad3c910d0829e76e93b786 | |
parent | 302c150b1b1add9bf4a42e95990ab31aa2eaead0 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ source: `git clone https://git.suckless.org/dmenu` 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'.' + - uses asterisks '*' instead of dots '.' - <b>Highpriority patch</b> (-hp items) - <b>numbers patch</b> - <b>instant patch (-n)</b> @@ -24,7 +24,7 @@ source: `git clone https://git.suckless.org/dmenu` - <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 + - uses vimkeys to view the previous and next options in history ### Debugging Make sure to use the command `rm ~/.cache/dmenu_run` if no options show up on dmenu_run |