Closed themooleman closed 1 year ago
Yea I would definitely like to see this as well, an option to disable it would be awesome!
Add the -i flag when using -dmenu to enable case-insensitivity: https://github.com/davatorium/rofi/issues/559
Changing
rofi_command="rofi -dmenu $* -p"
to
rofi_command="rofi -dmenu -i $* -p"
will make it case-insensitive
Perfect! Thanks!
Hi,
I really enjoy this script but I would love if it weren't case sensitive. I don't see how case sensitivity is of any benefit for this utility and rofi is, by default, case-insensitive.
Would you be willing to offer the option to disable case sensitivity?
Thanks