mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 21:49:27 +01:00
rofi: make rofi dmenu case insensitive on selection
This commit is contained in:
parent
478bae2ecd
commit
5da83a2f4b
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