diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 35 |
1 files changed, 27 insertions, 8 deletions
@@ -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/) |