diff options
author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2022-01-26 20:00:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 20:00:33 +0530 |
commit | bfc1bb7dd9fc8413fbe3f4a159f25c6e92fb0170 (patch) | |
tree | 45867046d7c840080f69db1314343c2dbbca69b4 | |
parent | 59ea4b52a21ca17129a74ebf55b15a776feddfdc (diff) |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,2 +1,8 @@ # dmenu Saumit's fork of the suckless tool dmenu + +Changes made from the vanilla suckless dmenu +source: 'git clone https://git.suckless.org/dmenu' + +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 |