carnager/buku_run

Help

Closed this issue · 1 comments

Hi I'm testing this rofi script and every thing works, except when I run in background, (You know triggered by keybinds) and an message appears for me saying: waiting for input, this break the layout and make the first link and some menus not work, like save a url for example.

here one image to se what I saiyng:

2020-05-11-213432_1366x768_scrot

I believe that could be related to this part of code:

buku_run/buku_run

Lines 255 to 260 in 54fcdd7

echo "$(buku --nc -p | gawk -v max="$max_str_width" -v type="$display_type" '
BEGIN {
RS=""
FS="\n"
}
{

but I cannot fix, any tips?

Hi I found a fix for this problem this is on forked a repo, anyway I will let the link here just for register purposes, and close this issue.