Skip to content

Commit c0692eb

Browse files
committed
change default search engine
1 parent b1adf19 commit c0692eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl Default for Config {
4242
buffer_rules: Buffer::default(),
4343
theme: Theme::default(),
4444
placeholder: String::from("Time to be productive!"),
45-
search_url: "https://google.com/search?q=%s".to_string(),
45+
search_url: "https://duckduckgo.com/search?q=%s".to_string(),
4646
haptic_feedback: false,
4747
show_trayicon: true,
4848
search_dirs: vec!["~".to_string()],

0 commit comments

Comments
 (0)