Merge pull request #45 from fishman/master

rofi: make rofi dmenu case insensitive on selection
This commit is contained in:
Gregory 2021-07-05 00:31:35 -04:00 committed by GitHub
commit 944b8cd8c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(),
}
}
}