Hello,
I just noticed that 'rofi -dmenu' is always filtering in a case-sensitive manner. See below for details.
Version: 1.3.1-235-g1d6b149-dirty
no additional configuration (out of the box)
echo "Blinbla" | rofi -dmenu
echo "Blinbla" | rofi -dmenu -case-sensitive
issue the above two commands and type 'b'
Both times, the entry "Bli" is ruled out, i.e. behaviour is case-sensitive.
Case-insensitivity when issuing first command.
In dmenu mode you need to use the dmenu compatible -i flag to switch sensitivity.
(run-time keybinding also works)
Sorry, didn't read the manpage properly. Thanks for the quick reply!
No problem.
I feel like this needs to be highlighted (maybe in manpages?), because I was just about to create an issue regarding this. Sorry to bump, but I've spent 20 minutes trying to figure this out.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
I feel like this needs to be highlighted (maybe in manpages?), because I was just about to create an issue regarding this. Sorry to bump, but I've spent 20 minutes trying to figure this out.