summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiguel <miguel@localhost>2018-03-10 19:15:12 +0100
committermiguel <miguel@localhost>2018-03-10 19:15:12 +0100
commitec507a6f01406c4792940914bec0e0175a90fb4f (patch)
tree2dbd054ea5a09d815b841ac7f927b64f96146b41
parent2f7e46d2c88b8ebdecc334b8cb1f73299a43bd7e (diff)
update README
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index ee60c72..623cfb6 100644
--- a/README.md
+++ b/README.md
@@ -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!