mirror of
https://github.com/chmln/handlr.git
synced 2025-04-25 09:33:01 +02: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…
Add table
Reference in a new issue