rofi-blocks icon indicating copy to clipboard operation
rofi-blocks copied to clipboard

change `active entry` to newly added line

Open ghost opened this issue 2 years ago • 0 comments

hi thanks for your amazing work. this does not work:

echo '{ "lines": [ "one","two","three" ], "active entry": 2}'

but this does

echo '{ "lines": [ "one","two","three" ]}'
sleep 0.3
echo '{ "lines": [ "one","two","three" ], "active entry": 2}'

i'm guessing it can't change active entry to a line that's being added.

ghost avatar Jun 30 '22 07:06 ghost