Replace fzf by dmenu to get search working
It's not really slower so it's fine.
This commit is contained in:
parent
04c41955c3
commit
0434fbe582
2
qb
2
qb
|
@ -288,7 +288,7 @@ goto_qutebrowser_content() { # {{{
|
||||||
debug_message "goto_qutebrowser_content − \
|
debug_message "goto_qutebrowser_content − \
|
||||||
Search in Qutebrowser's content ${QUTEBROWSER_GLOBAL_CONTENT} file."
|
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
|
if [ -s "${choice_temp_file}" ]; then
|
||||||
debug_message "goto_qutebrowser_content − \
|
debug_message "goto_qutebrowser_content − \
|
||||||
|
|
Loading…
Reference in New Issue