summaryrefslogtreecommitdiffstats
path: root/network/surf/patches.txt
diff options
context:
space:
mode:
Diffstat (limited to 'network/surf/patches.txt')
-rw-r--r--network/surf/patches.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/network/surf/patches.txt b/network/surf/patches.txt
new file mode 100644
index 0000000000..4b0f9bae03
--- /dev/null
+++ b/network/surf/patches.txt
@@ -0,0 +1,18 @@
+The following (somewhat modified) patches from
+http://surf.suckless.org/patches/ are included:
+
+searchengines - Allows simple use of various search engines. Each search
+engine has a tag. To use, press ctrl+G, then e.g. "g foo bar" to search
+google for foo and bar. Supported engines:
+
+ d - duckduckgo.com
+ g - google.com
+ dict - search for a word on thefreedictionary.com
+ sb - search for packages on slackbuilds.org
+ sw - search for official slackware packages on search.slackware.eu
+
+homepage - The browser will start at your home page if called with no
+arguments (normally it starts with a blank window).
+
+startfullscreen - Adds -f option to start the browser in fullscreen
+mode. Can still use F11 to toggle fullscreen.