rofi-blocks
rofi-blocks copied to clipboard
change `active entry` to newly added line
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.