From 9c90f79f81b611ed1be1f250d6025ef9b7258c9e Mon Sep 17 00:00:00 2001 From: reverseila <61201050+reverseila@users.noreply.github.com> Date: Mon, 17 May 2021 17:30:55 +0430 Subject: [PATCH] Update README.md: notify users that tweaked dmenu... ... There is a patch for dmenu called fuzzymatch which kinda makes -i option redundant and aparently removes this option so that dmenu does not recognize `-i` flag. Some people may not notice that and mentioning this here may save some time for them. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ab25f86..b3da04b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ features that make it literally the best terminal emulator ever: + **copy urls** in the same way with `alt-y` + **copy the output of commands** with `alt-o` +Note that in order to have abovementioned features, you need to have dmenu installed. +Addition to that, if you have already add the `fuzzymatch` patch to your +dmenu, you should remove all instances of `-i` flag in any `dmenu` command in the +scripts `st-copyout` and `st-urlhandler`. Otherwise script fails to work. + ## Bindings for + scroll with `alt-↑/↓` or `alt-pageup/down` or `shift` while scrolling the