Replace fzf by dmenu to get search working

It's not really slower so it's fine.
This commit is contained in:
gardouille 2020-12-03 20:03:18 +01:00
parent 04c41955c3
commit 0434fbe582
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

2
qb
View File

@ -288,7 +288,7 @@ goto_qutebrowser_content() { # {{{
debug_message "goto_qutebrowser_content \
Search in Qutebrowser's content ${QUTEBROWSER_GLOBAL_CONTENT} file."
st -g 90x30+0+540 -n QuteBrowser -t QuteBrowser -e sh -c "cat ${QUTEBROWSER_GLOBAL_CONTENT} | fzf +m > ${choice_temp_file}"
st -g 90x30+0+540 -n QuteBrowserSearch -t QuteBrowserQuteBrowserSearch -e sh -c "cat ${QUTEBROWSER_GLOBAL_CONTENT} | dmenu -l 15 -i -p 'Search with Engine' > ${choice_temp_file}"
if [ -s "${choice_temp_file}" ]; then
debug_message "goto_qutebrowser_content \