mirror of
https://github.com/chmln/handlr.git
synced 2025-02-17 06:28:39 +01:00
Better default selector
This commit is contained in:
parent
dc12926bd4
commit
3ce7a69d46
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ impl Default for Config {
|
|||
fn default() -> Self {
|
||||
Config {
|
||||
enable_selector: false,
|
||||
selector: "rofi -dmenu".to_owned(),
|
||||
selector: "rofi -dmenu -p 'Open With: '".to_owned(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue