diff options
| author | miguel <miguel@localhost> | 2018-03-10 19:15:12 +0100 |
|---|---|---|
| committer | miguel <miguel@localhost> | 2018-03-10 19:15:12 +0100 |
| commit | ec507a6f01406c4792940914bec0e0175a90fb4f (patch) | |
| tree | 2dbd054ea5a09d815b841ac7f927b64f96146b41 /README.md | |
| parent | 2f7e46d2c88b8ebdecc334b8cb1f73299a43bd7e (diff) | |
update README
Diffstat (limited to 'README.md')
| -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! |
