diff options
-rwxr-xr-x | .local/bin/dmsearch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmsearch b/.local/bin/dmsearch index edc91fb..4aa8738 100755 --- a/.local/bin/dmsearch +++ b/.local/bin/dmsearch @@ -25,7 +25,7 @@ sub main return; } $choice =~ s/ /+/g; - $url = 'https://duckduckgo.com/?q=' . $choice; + $url = 'https://www.startpage.com/sp/search?q=' . $choice; $pid = fork(); if (not $pid) { exec($prefix . BROWSER, $url); |