From 8c1f6d368e8247b16dacdff69a357cae6c1563a5 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 26 Dec 2024 16:50:09 +0100 Subject: up --- .local/bin/dmsearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3