config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit e73903f42161a3d8030668f24a6b35b6fa93b9d8
parent b3bcf3370bb7658065b5704b72db8ad9844c6206
Author: jacob@thinkpad <jacobouno@protonmail.com>
Date:   Sun, 10 May 2020 17:41:36 -0700

switch to searx and enable cookies

Diffstat:
Mvimb/.config/vimb/config | 19+++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/vimb/.config/vimb/config b/vimb/.config/vimb/config @@ -33,12 +33,12 @@ set monospace-font-size=13 # search engine shortcuts: -shortcut-add d=https://duckduckgo.com/lite/?q=$0 -shortcut-add s=https://www.startpage.com/do/dsearch?query=$0 +shortcut-add dk=https://duckduckgo.com/lite/?q=$0 +shortcut-add sp=https://www.startpage.com/do/dsearch?query=$0 shortcut-add x=https://searx.be/?q=$0&categories=general&language=en-US # set default URI shortcut: -shortcut-default d +shortcut-default x # add keybinds: <CR> enters command immidiately. variable! toggles booleans (no equal sign). @@ -66,13 +66,16 @@ set strict-ssl=true set scripts=false set allow-file-access-from-file-urls=false set allow-universal-access-from-file-urls=false - -# always, never, or origin (only host site) -set cookie-accept=never - # this option is not availible on openBSD as of yet. #set geolocation=never +# Notice: Cookies; +# if anyone knows how to allow cookies for only a specific site, like a searx +# mirror, please tell me. + +# always, never, or origin (only host site) +set cookie-accept=origin + # navigation: set scroll-step=85 @@ -82,7 +85,7 @@ set spacial-navigation=false # hinting: -# don't automaticly select if there is only one hint. +# wheather to automaticly select if there is only one hint. set hint-follow-last=false # use the home row for hinting keys