marvinkreis / rofi-file-browser-extended

Use rofi to quickly open files
MIT License
240 stars 15 forks source link

Custom prompt string? #22

Closed bbaserdem closed 4 years ago

bbaserdem commented 4 years ago

Is there a way to change the prompt string?

By display string, I mean the text mode descriptor that is the first string in the search bar.

Currently; mine says file-browser. I am able to change this behavior with original modes by;

configuration {
    display-drun:           "Bla ";
}
prompt {
    enabled:            true;
}
marvinkreis commented 4 years ago

Yes, you should be able to use display-file-browser to change the prompt.

bbaserdem commented 4 years ago

I was getting an error with the version in arch community repo (1.5.4) however changing to a VCS build (master branch) has fixed the error I was getting with setting the display-file-browser option in the rasi file.