From 0434fbe5823c1e52c299fd2df9162c28321eb640 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 3 Dec 2020 20:03:18 +0100 Subject: [PATCH] Replace fzf by dmenu to get search working It's not really slower so it's fine. --- qb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb b/qb index a64ce65..7f040af 100755 --- a/qb +++ b/qb @@ -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 − \