diff options
author | Joe <rbo@gmx.us> | 2024-12-26 16:50:09 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-26 16:50:09 +0100 |
commit | 8c1f6d368e8247b16dacdff69a357cae6c1563a5 (patch) | |
tree | 89cf5787a0b1e2a04017d8ca0b305776e35e14c1 /.local/bin/dmsearch | |
parent | up (diff) | |
download | dotfiles-bsd-8c1f6d368e8247b16dacdff69a357cae6c1563a5.tar.gz dotfiles-bsd-8c1f6d368e8247b16dacdff69a357cae6c1563a5.tar.bz2 dotfiles-bsd-8c1f6d368e8247b16dacdff69a357cae6c1563a5.tar.xz dotfiles-bsd-8c1f6d368e8247b16dacdff69a357cae6c1563a5.tar.zst dotfiles-bsd-8c1f6d368e8247b16dacdff69a357cae6c1563a5.zip |
up
Diffstat (limited to '.local/bin/dmsearch')
-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); |