mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-03 02:11:09 +02:00
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.
This commit is contained in:
parent
7e6e779130
commit
9c90f79f81
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue