mirror of
https://github.com/chmln/handlr.git
synced 2024-11-27 03:13:49 +01:00
Merge pull request #45 from fishman/master
rofi: make rofi dmenu case insensitive on selection
This commit is contained in:
commit
944b8cd8c1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ impl Default for Config {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Config {
|
Config {
|
||||||
enable_selector: false,
|
enable_selector: false,
|
||||||
selector: "rofi -dmenu -p 'Open With: '".into(),
|
selector: "rofi -dmenu -i -p 'Open With: '".into(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue