diff options
| -rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,15 +1,23 @@ Miguel's Surfing Quick Links ============================ +This repo holds the buggy fruit of my nightly struggle with WebKit2GTK+ +and allows me following links quickly, keyboard-only. + +The by far biggest limitation by now is, that the shared memory area +only holds the links of the last loaded website, which renders it nearly +useless for multi-tab scenarios or when running multiple instances of +the browser. + Installing this webkit2gtk+ extension -------------------------------------- +===================================== * READ surf-webext-dom.c !! * adapt config.mk * make * sudo make install -Using it from surf ------------------- +Example: Using it with suckless.org's surf browser +================================================== * adapt surf/config.h and surf/surf.c (see below) * recompile and rerun surf * have fun! |
