Closed marcbenedi closed 3 years ago
It needs ROFI_SEARCH
env variable set (as shown in the readme examples) prior executing rofi command.
Just copy paste one of the provided examples and edit it to your needs..
I specified the variable ROFI_SEARCH
as you specified and it works.
However, in the documentation they only say that this variable is to specify the search tool, but it seems that it's actually mandatory to define it.
Greetings,
For what I could find,
rofi-search
spawns internallyrofi
which makes it incompatible with the provided examples.Is there a solution for that? If
rofi-search
spawnsrofi
internally, it would be nice to be able to pass arguments torofi
. Otherwiserofi
should not be launched internally.