rofi: make rofi dmenu case insensitive on selection

This commit is contained in:
Reza Jelveh 2021-06-21 16:30:30 +08:00
parent 478bae2ecd
commit 5da83a2f4b

View file

@ -17,7 +17,7 @@ impl Default for Config {
fn default() -> Self {
Config {
enable_selector: false,
selector: "rofi -dmenu -p 'Open With: '".into(),
selector: "rofi -dmenu -i -p 'Open With: '".into(),
}
}
}