index.md (643B)
1 Space search 2 ============ 3 4 Description 5 ----------- 6 7 This patch makes surf treat `_SURF_URI` string with leading whitespace as 8 search query. The search engine to send queries to is defined in `config.h`: 9 10 static char *searchengine = "https://duckduckgo.com/?q="; 11 12 (The patch adds this string to `config.def.h`.) 13 14 Download 15 -------- 16 17 * [surf-0.6-spacesearch.diff](surf-0.6-spacesearch.diff) (701) (20131110) 18 * [surf-spacesearch-20170408-b814567.diff](surf-spacesearch-20170408-b814567.diff) (832) (20170408) 19 20 Author 21 ------ 22 23 * Dmitrij D. Czarkoff <czarkoff@gmail.com> 24 * Alexis Ben Miloud--Josselin; panpo; alexisbmj+code at protonmail dot com.